Re: [Rd] [External] Status of '=>'

2021-12-20 Thread luke-tierney
It's still work in progress. Probably => will be dropped in favor of limited use of _ for non-first-argument passing. Best, luke On Mon, 20 Dec 2021, Dirk Eddelbuettel wrote: R 4.1.0 brought the native pipe and the related ability to use '=>' if one opted into it by setting _R_USE_PIPEBIND_.

Re: [Rd] [External] Status of R_unif_index

2019-04-04 Thread Tierney, Luke
Seems reasonable, done now. Best, luke On Fri, 22 Mar 2019, Ralf Stubner wrote: > Dear List, > > section "6.3 Random number generation" of WRE [1] lists unif_rand(), > norm_rand() and exp_rand() as the interface to R's RNG. Now > R_ext/Random.h also has > >double R_unif_index(double); > > C