Last updated on 2016-10-24 23:48:08.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 0.71 | 16.74 | 17.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 0.80 | 18.74 | 19.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 33.24 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 32.85 | NOTE | |||
r-devel-macos-x86_64-clang | 1.1 | 28.16 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 6.00 | 48.00 | 54.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 0.64 | 16.70 | 17.35 | NOTE | |
r-patched-solaris-sparc | 1.1 | 146.90 | NOTE | |||
r-patched-solaris-x86 | 1.1 | 42.00 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 0.78 | 16.85 | 17.62 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 4.00 | 31.00 | 35.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.1 | 5.00 | 45.00 | 50.00 | OK |
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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64