Last updated on 2021-01-19 06:50:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.18 | 36.76 | 38.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.86 | 31.56 | 33.42 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 60.74 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 54.58 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 4.00 | 42.00 | 46.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 2.31 | 37.03 | 39.34 | NOTE | |
r-patched-solaris-x86 | 1.1 | 73.40 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 2.37 | 37.78 | 40.15 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 4.00 | 45.00 | 49.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 3.00 | 38.00 | 41.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-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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64