Last updated on 2020-08-07 01:49:59 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.07 | 28.91 | 30.98 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.07 | 22.51 | 24.58 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 46.14 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 37.04 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 41.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.68 | 28.49 | 31.17 | NOTE | |
r-patched-solaris-x86 | 1.0 | 60.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.47 | 28.42 | 30.89 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 8.00 | 64.00 | 72.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 41.00 | 45.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
RWBP.default: no visible global function definition for 'na.omit'
RWBP.default: no visible global function definition for 'kmeans'
RWBP.formula: no visible global function definition for 'model.extract'
predict.RWBP: no visible global function definition for 'head'
Undefined global functions or variables:
head kmeans model.extract na.omit
Consider adding
importFrom("stats", "kmeans", "model.extract", "na.omit")
importFrom("utils", "head")
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-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
RWBP.default: no visible global function definition for ‘na.omit’
RWBP.default: no visible global function definition for ‘kmeans’
RWBP.formula: no visible global function definition for ‘model.extract’
plot.RWBP: no visible global function definition for ‘plot’
predict.RWBP: no visible global function definition for ‘head’
Undefined global functions or variables:
head kmeans model.extract na.omit plot
Consider adding
importFrom("graphics", "plot")
importFrom("stats", "kmeans", "model.extract", "na.omit")
importFrom("utils", "head")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64