search for: resspecs

Displaying 2 results from an estimated 2 matches for "resspecs".

Did you mean: refspecs
2015 Jan 14
2
R CMD check: "..." used in a situation where it does not exist
...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 resSpecs <- NULL for (i in seq_along(dots)) { arg <- dots[[i]] argName <- names(dots)[i] if (!is.null(arg)) { if (!is.fsets(arg)) { stop("Function 'cbind.fsets' cannot bind arguments that are not valid 'fsets' objects&qu...
2015 Jan 14
0
R CMD check: "..." used in a situation where it does not exist
...ssible 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 > resSpecs <- NULL > > for (i in seq_along(dots)) { > arg <- dots[[i]] > argName <- names(dots)[i] > > if (!is.null(arg)) { > if (!is.fsets(arg)) { > stop("Function 'cbind.fsets' cannot bind arguments > th...