Last updated on 2022-04-08 01:49:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 1.80 | 66.82 | 68.62 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 1.85 | 46.84 | 48.69 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 81.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 72.96 | NOTE | |||
r-devel-windows-x86_64-new-UL | 0.2 | 11.00 | 84.00 | 95.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 3.76 | 66.48 | 70.24 | NOTE | |
r-release-linux-x86_64 | 0.2 | 2.33 | 64.61 | 66.94 | NOTE | |
r-release-macos-arm64 | 0.2 | NOTE | ||||
r-release-macos-x86_64 | 0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2 | 5.00 | 85.00 | 90.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2 | 5.00 | 86.00 | 91.00 | NOTE |
Version: 0.2
Check: R code for possible problems
Result: NOTE
plot.vscc: no visible global function definition for 'rainbow'
plot.vscc: no visible global function definition for 'pairs'
Undefined global functions or variables:
pairs rainbow
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "pairs")
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-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64