Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.26 | 31.15 | 33.41 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.09 | 23.74 | 25.83 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 47.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 38.69 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 7.00 | 39.00 | 46.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.11 | 31.12 | 33.23 | NOTE | |
r-patched-solaris-x86 | 1.0 | 59.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.68 | 30.23 | 32.91 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 50.00 | 56.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 52.00 | 57.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
place: no visible global function definition for 'points'
plot,mproc: no visible binding for global variable 'rainbow'
plot,mproc: no visible global function definition for 'plot.default'
plot,mproc: no visible global function definition for 'axis'
plot,mproc: no visible global function definition for 'points'
Undefined global functions or variables:
axis plot.default points rainbow
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "axis", "plot.default", "points")
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