Last updated on 2022-05-10 10:49:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.62 | 46.44 | 49.06 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.75 | 37.95 | 39.70 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 60.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 60.16 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 11.00 | 69.00 | 80.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 3.24 | 46.51 | 49.75 | NOTE | |
r-release-linux-x86_64 | 1.1 | 2.67 | 47.12 | 49.79 | NOTE | |
r-release-macos-arm64 | 1.1 | 23.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 38.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 10.00 | 68.00 | 78.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | 27.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1 | 46.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1 | 5.00 | 59.00 | 64.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
AUCRFcv: no visible global function definition for 'predict'
plot.AUCRF: no visible global function definition for 'par'
plot.AUCRF: no visible global function definition for 'dotchart'
plot.AUCRF: no visible global function definition for 'title'
plot.AUCRF: no visible global function definition for 'text'
Undefined global functions or variables:
dotchart par predict text title
Consider adding
importFrom("graphics", "dotchart", "par", "text", "title")
importFrom("stats", "predict")
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