Last updated on 2020-04-25 01:53:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.73 | 28.18 | 30.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.96 | 22.37 | 24.33 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 38.03 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 37.13 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 41.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.61 | 27.81 | 30.42 | NOTE | |
r-patched-osx-x86_64 | 1.0 | NOTE | ||||
r-patched-solaris-x86 | 1.0 | 67.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.15 | 26.16 | 28.31 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 50.00 | 57.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 2.00 | 43.00 | 45.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | 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-osx-x86_64, r-patched-solaris-x86
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-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64