Last updated on 2018-04-21 09:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 0.90 | 20.01 | 20.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 0.95 | 15.83 | 16.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 24.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 25.28 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 3.00 | 40.00 | 43.00 | NOTE | |
r-devel-osx-x86_64 | 1.0 | NOTE | ||||
r-patched-linux-x86_64 | 1.0 | 1.29 | 19.08 | 20.37 | NOTE | |
r-patched-solaris-x86 | 1.0 | 38.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 0.63 | 18.90 | 19.53 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 2.00 | 27.00 | 29.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 28.00 | 31.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: ‘methods’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-devel-osx-x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
predict.gensemble print.gensemble
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
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-patched-solaris-x86, r-release-linux-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
ab.create: no visible global function definition for ‘new’
ab.predict: no visible binding for global variable ‘predict’
gensemble: no visible global function definition for ‘new’
perturb: no visible global function definition for ‘rnorm’
pred_error: no visible global function definition for ‘na.omit’
reg_iter_summary: no visible global function definition for ‘var’
reg_iter_summary: no visible global function definition for ‘cor’
Undefined global functions or variables:
cor na.omit new predict rnorm var
Consider adding
importFrom("methods", "new")
importFrom("stats", "cor", "na.omit", "predict", "rnorm", "var")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-devel-osx-x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: Rd line widths
Result: NOTE
Rd file 'AbstractModel-class.Rd':
\examples lines wider than 100 characters:
abm <- ab.create(model.call="ksvm", model.args=ksvm_model_args, predict.args=list(type="probabilities"), xtrans=as.matrix)
abm <- ab.create(model.call="rpart", model.args=list(control=rpart.control(minsplit=0)), predict.args=list(type='prob'))
abm <- ab.create(model.call="nnet", model.args=list(size=3, linout=TRUE, maxit=400, rang=0.001, decay=0.0001), xtrans=as.matrix)
abm <- ab.create(model.call="rpart", model.args=list(method='anova', control=rpart.control(minsplit=2, cp=1e-03)))
Rd file 'predict.gensemble.Rd':
\usage lines wider than 90 characters:
predict(object, X, type = c("prob", "class"), method = c("prob", "vote"), return.all = F, ...)
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