Re: [Rd] .Internal for functions in distn.R

2017-01-03 Thread luke-tierney
The .Internal support in the C code is still i use for experimental purposes. Best, luke On Tue, 3 Jan 2017, Lukas Stadler wrote: Hi, the functions in distn.R were converted from .Internal to .External ([1], in 2012), and to .Call ([2], in 2014). They are still listed as .Internal in names.

[Rd] .Internal for functions in distn.R

2017-01-03 Thread Lukas Stadler
Hi, the functions in distn.R were converted from .Internal to .External ([1], in 2012), and to .Call ([2], in 2014). They are still listed as .Internal in names.c, although they are not used in that way. Shouldn’t they be removed? There’s quite some simplification to be had, e.g., do_math3 coul