Last updated on 2022-03-06 12:51:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 53.17 | 130.68 | 183.85 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 1.0 | 239.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 216.99 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.0 | 56.00 | 166.00 | 222.00 | NOTE | |
r-devel-windows-x86_64-new-TK | 1.0 | NOTE | ||||
r-patched-linux-x86_64 | 1.0 | 51.47 | 124.81 | 176.28 | NOTE | |
r-release-linux-x86_64 | 1.0 | NOTE | ||||
r-release-macos-arm64 | 1.0 | NOTE | ||||
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 120.00 | 214.00 | 334.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 122.00 | 219.00 | 341.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
DStree: no visible global function definition for 'model.frame'
DStree: no visible global function definition for 'model.matrix'
DStree: no visible global function definition for 'model.response'
DStree: no visible global function definition for 'as.formula'
bag: no visible global function definition for 'model.frame'
bag: no visible global function definition for 'model.response'
plot.DStree: no visible global function definition for 'par'
plot.DStree: no visible global function definition for 'rainbow'
plot.DStree: no visible global function definition for 'lines'
plot.DStree: no visible global function definition for 'legend'
predict.DStree: no visible global function definition for 'predict'
print.DStree: no visible global function definition for 'naprint'
prune.DStree: no visible global function definition for 'median'
prune.DStree: no visible global function definition for 'predict'
prune.DStree: no visible binding for global variable 'var'
summ.MAE: no visible global function definition for 'predict'
summary.DStree: no visible global function definition for 'naprint'
Undefined global functions or variables:
as.formula legend lines median model.frame model.matrix
model.response naprint par predict rainbow var
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "legend", "lines", "par")
importFrom("stats", "as.formula", "median", "model.frame",
"model.matrix", "model.response", "naprint", "predict",
"var")
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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: compiled code
Result: NOTE
File ‘DStree/libs/DStree.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
NeedsCompilation field should likely be 'yes'
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64