Last updated on 2022-06-14 11:49:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.28 | 41.52 | 43.80 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.08 | 32.13 | 34.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 53.26 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 51.83 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 10.00 | 62.00 | 72.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.85 | 40.37 | 43.22 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.72 | 40.28 | 43.00 | NOTE | |
r-release-macos-arm64 | 1.0 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 27.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 6.00 | 63.00 | 69.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 25.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 36.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 50.00 | 57.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64