Re: [Rd] invisible functions

2018-10-17 Thread Duncan Murdoch
On 17/10/2018 11:16 AM, S Ellison wrote: 2. change cfun[[1]] <- quote(cord.work) to cfun[[1]] <- quote(survival:::cord.work). You say this will mess up your test bed. That suggests that your test bed is broken. This is a perfectly legal and valid solution. Valid in a package, but forces code

Re: [Rd] invisible functions

2018-10-17 Thread S Ellison
> 2. change cfun[[1]] <- quote(cord.work) to cfun[[1]] <- > quote(survival:::cord.work). You say this will mess up your test bed. > That suggests that your test bed is broken. This is a perfectly legal > and valid solution. Valid in a package, but forces code to call a loaded library version of

Re: [Rd] unexpected memory.limit on windows in embedded R

2018-10-17 Thread Tomas Kalibera
Dear Livio, thank you for the report. Fixed in R-devel, 75450. Best Tomas On 10/01/2018 06:29 PM, Livio Bertacco wrote: Dear All, I'm linking R from another application and embedding it as described in the R-exts manual, i.e. with initialization done via Rf_initEmbeddedR. While everything work

[Rd] methods(class = class()) - improve for |cl.| > 1 ?

2018-10-17 Thread Martin Maechler
With new "strict" settings in R-devel, the following glm() example > data(anorexia, package = "MASS") > fm <- glm(Postwt ~ Prewt + Treat + offset(Prewt), family = gaussian, data = > anorexia) > methods(class = class(fm)) Warning in grep(name, row.names(info)) : argument 'pattern' has length > 1