Last updated on 2020-08-07 01:49:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.45 | 35.18 | 37.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.96 | 29.58 | 31.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 54.05 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 53.07 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 9.00 | 43.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 2.48 | 35.42 | 37.90 | NOTE | |
r-patched-solaris-x86 | 1.1 | 70.40 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 2.39 | 34.80 | 37.19 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 11.00 | 70.00 | 81.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 5.00 | 61.00 | 66.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