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
> 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
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
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