Last updated on 2022-05-19 13:51:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.91 | 42.05 | 44.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.08 | 32.02 | 34.10 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 53.47 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 51.89 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 7.00 | 66.00 | 73.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.78 | 39.74 | 42.52 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.62 | 39.79 | 42.41 | 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 | 8.00 | 65.00 | 73.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 | 49.00 | 56.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