Last updated on 2020-07-02 02:09:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.68 | 44.18 | 48.86 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.62 | 33.54 | 37.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 65.85 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 57.00 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 15.00 | 63.00 | 78.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.1 | 4.41 | 43.43 | 47.84 | NOTE | |
r-patched-solaris-x86 | 0.1.1 | 84.00 | NOTE | |||
r-release-linux-x86_64 | 0.1.1 | 4.32 | 42.89 | 47.21 | NOTE | |
r-release-osx-x86_64 | 0.1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.1 | 9.00 | 54.00 | 63.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 10.00 | 74.00 | 84.00 | NOTE |
Version: 0.1.1
Check: R code for possible problems
Result: NOTE
Aggregate: no visible global function definition for 'aggregate'
Aggregate: no visible binding for global variable 'tail'
Aggregate: no visible binding for global variable 'var'
cocktailEnsemble: no visible global function definition for 'glm'
cocktailEnsemble: no visible global function definition for 'binomial'
cocktailEnsemble: no visible global function definition for 'step'
cocktailEnsemble: no visible binding for global variable 'na.omit'
imputeMissings : <anonymous>: no visible global function definition for
'median'
predict.cocktailEnsemble: no visible global function definition for
'predict'
Undefined global functions or variables:
aggregate binomial glm median na.omit predict step tail var
Consider adding
importFrom("stats", "aggregate", "binomial", "glm", "median",
"na.omit", "predict", "step", "var")
importFrom("utils", "tail")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1.1
Check: Rd line widths
Result: NOTE
Rd file 'cocktailEnsemble.Rd':
\examples lines wider than 100 characters:
Credit <- data.frame(Credit[order(runif(nrow(Credit ))),])[1:100,c('V2','V3','V8','V11','V14','V15','Response')]
Rd file 'predict.cocktailEnsemble.Rd':
\examples lines wider than 100 characters:
Credit <- data.frame(Credit[order(runif(nrow(Credit ))),])[1:100,c('V2','V3','V8','V11','V14','V15','Response')]
These lines will be truncated in the PDF manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64