search for: r67453

Displaying 3 results from an estimated 3 matches for "r67453".

Did you mean: 367453
2015 Jan 15
1
R under deveoplment CMD check note " ... used in a situation where it does not exist"
Hi all, just installed the current version of R-devel (2015-01-13 r67453) from CRAN. Package checking via CMD check suddenly prints a lot of notes that complain of ... used in a situation where it does not exist. A prototypical example is fa = function(...) { fb(...) } where fa and fb are defined and available functions. I haven't seen this note before on my pa...
2015 Jan 14
2
R CMD check: "..." used in a situation where it does not exist
Dear R developers, when running R CMD check, the R Under development (unstable) (2015-01-13 r67453) gives me the following NOTE: cbind.fsets: possible error in list(...): ... used in a situation where it does not exist The file that causes this note contains: cbind.fsets <- function(..., deparse.level = 1) { dots <- list(...) res <- NULL resVars <- NULL resSpec...
2015 Jan 14
0
R CMD check: "..." used in a situation where it does not exist
...(but I might've missed others - many of the commit messages are not terribly explanatory) Hadley On Wed, Jan 14, 2015 at 1:42 AM, Michal Burda <michal.burda at osu.cz> wrote: > Dear R developers, > > when running R CMD check, the R Under development (unstable) > (2015-01-13 r67453) gives me the following NOTE: > > > cbind.fsets: possible error in list(...): ... used in a situation > where it does not exist > > > The file that causes this note contains: > > > cbind.fsets <- function(..., deparse.level = 1) { > dots <- list(...) >...