Last updated on 2022-06-24 13:56:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.64 | 34.12 | 36.76 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.19 | 25.90 | 28.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 53.96 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 53.37 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 12.00 | 56.00 | 68.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.69 | 33.28 | 35.97 | NOTE | |
r-release-linux-x86_64 | 1.0 | 1.78 | 32.22 | 34.00 | NOTE | |
r-release-macos-arm64 | 1.0 | 18.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 24.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 6.00 | 56.00 | 62.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 33.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 35.00 | 40.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64