Last updated on 2015-09-06 23:47:39.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.43 | 20.69 | 22.12 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.44 | 20.92 | 22.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 40.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 38.88 | NOTE | |||
r-devel-osx-x86_64-clang | 0.2.0 | 41.29 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 9.00 | 39.00 | 48.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 1.54 | 22.32 | 23.86 | OK | |
r-patched-solaris-sparc | 0.2.0 | 276.00 | OK | |||
r-patched-solaris-x86 | 0.2.0 | 64.50 | OK | |||
r-release-linux-x86_64 | 0.2.0 | 1.48 | 21.90 | 23.38 | OK | |
r-release-osx-x86_64-mavericks | 0.2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 15.00 | 39.00 | 54.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 19.00 | 68.00 | 87.00 | OK |
Version: 0.2.0
Check: R code for possible problems
Result: NOTE
RIGHT: no visible global function definition for ‘setNames’
getRGB: no visible global function definition for ‘col2rgb’
lines_RIGHT: no visible global function definition for ‘is’
plot_RIGHT: no visible global function definition for ‘is’
print.RIGHT: no visible global function definition for ‘browseURL’
Undefined global functions or variables:
browseURL col2rgb is setNames
Consider adding
importFrom("grDevices", "col2rgb")
importFrom("methods", "is")
importFrom("stats", "setNames")
importFrom("utils", "browseURL")
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