search for: extras4

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

Did you mean: extras
2011 Jun 29
0
Error in testInstalledBasic
...") > notS4 <- ff[!S4generic] > if(length(notS4)) + cat("primitives not covered in methods:::.BasicFunsList:", + paste(sQuote(notS4), collapse=", "), "\n") > stopifnot(S4generic) > > # functions which are listed but not primitive > extraS4 <- c('all', 'any', 'max', 'min', 'prod', 'range', + 'round', 'signif', 'sum') > ff4[!ff4 %in% c(ff, extraS4)] character(0) > stopifnot(ff4 %in% c(ff, extraS4)) > > > ## primitives which are not...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...") > notS4 <- ff[!S4generic] > if(length(notS4)) + cat("primitives not covered in methods:::.BasicFunsList:", + paste(sQuote(notS4), collapse=", "), "\n") > stopifnot(S4generic) > > # functions which are listed but not primitive > extraS4 <- c('all', 'any', 'max', 'min', 'prod', 'range', + 'round', 'signif', 'sum') > ff4[!ff4 %in% c(ff, extraS4)] character(0) > stopifnot(ff4 %in% c(ff, extraS4)) > > > ## primitives which are not...