Last updated on 2020-10-02 08:49:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.17 | 24.40 | 26.57 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.76 | 19.17 | 20.93 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 41.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 31.10 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 5.00 | 37.00 | 42.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | 2.33 | 23.30 | 25.63 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 48.50 | OK | |||
r-release-linux-x86_64 | 1.0.1 | 2.35 | 23.55 | 25.90 | NOTE | |
r-release-macos-x86_64 | 1.0.1 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 4.00 | 37.00 | 41.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 4.00 | 53.00 | 57.00 | OK |
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
Possibly missing '()' after 'return' in the following function:
'print.gensemble'
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
Version: 1.0.1
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