Displaying 2 results from an estimated 2 matches for "r63687".
2013 Aug 25
0
(no subject)
Greeting R Community,
Greetings R Community,
I am attempting to make sure a parent package passes all CRAN checks for the dev version (R Under development (unstable) (2013-08-24 r63687) -- "Unsuffered Consequences"). ?The parent package I'm compiling relies on another package that is purely a dataset package as recommended by ?CRAN Repository Policy for larger data sets:
"Where a large amount of data is required (even after compression), consideration should...
2013 Sep 30
1
predictions in nlme without fixed covariantes
...s <- unique(allVarsRec((list(...))))
names <- names[is.na(match(names, omit))]
if (length(names)) {
eval(parse(text = paste("~", paste(names, collapse = "+")))[[1]])
} else {
~ 1 #this was NULL
}
}
sessionInfo()
R Under development (unstable) (2013-08-24 r63687)
Platform: i386-w64-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=Dutch_Belgium.1252
[3] LC_MONETARY=Dutch_Belgium.1252 LC_NUMERIC=C
[5] LC_TIME=Dutch_Belgium.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via...