Last updated on 2015-09-06 23:47:35.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.3 | 0.70 | 27.25 | 27.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.3 | 0.70 | 25.36 | 26.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.3 | 53.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.3 | 51.82 | NOTE | |||
r-devel-osx-x86_64-clang | 1.3.3 | 49.67 | OK | |||
r-devel-windows-ix86+x86_64 | 1.3.3 | 5.00 | 73.00 | 78.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.3 | 0.74 | 26.40 | 27.14 | OK | |
r-patched-solaris-sparc | 1.3.3 | 295.70 | OK | |||
r-patched-solaris-x86 | 1.3.3 | 69.60 | OK | |||
r-release-linux-x86_64 | 1.3.3 | 0.72 | 26.16 | 26.88 | OK | |
r-release-osx-x86_64-mavericks | 1.3.3 | OK | ||||
r-release-windows-ix86+x86_64 | 1.3.3 | 6.00 | 42.00 | 48.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.3.3 | 7.00 | 51.00 | 58.00 | OK |
Version: 1.3.3
Check: R code for possible problems
Result: NOTE
calculate_roc : <anonymous>: no visible global function definition for
‘qbeta’
export_interactive_roc: no visible global function definition for ‘pdf’
export_interactive_roc: no visible global function definition for
‘dev.off’
ggroc: no visible global function definition for ‘slot’
Undefined global functions or variables:
dev.off pdf qbeta slot
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("methods", "slot")
importFrom("stats", "qbeta")
to your NAMESPACE (and ensure that your DESCRIPTION Imports field
contains 'methods').
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