Last updated on 2022-06-13 12:54:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7-1 | 2.43 | 32.06 | 34.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7-1 | 2.02 | 25.15 | 27.17 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7-1 | 42.66 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7-1 | 42.10 | NOTE | |||
r-devel-windows-x86_64 | 0.7-1 | 11.00 | 46.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 0.7-1 | 2.56 | 31.34 | 33.90 | NOTE | |
r-release-linux-x86_64 | 0.7-1 | 2.39 | 31.17 | 33.56 | NOTE | |
r-release-macos-arm64 | 0.7-1 | 15.00 | NOTE | |||
r-release-macos-x86_64 | 0.7-1 | 21.00 | NOTE | |||
r-release-windows-x86_64 | 0.7-1 | 6.00 | 44.00 | 50.00 | NOTE | |
r-oldrel-macos-arm64 | 0.7-1 | 22.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.7-1 | 26.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.7-1 | 5.00 | 35.00 | 40.00 | NOTE |
Version: 0.7-1
Check: R code for possible problems
Result: NOTE
multiplot: no visible global function definition for 'rainbow'
multiplot: no visible global function definition for 'text'
multiplot: no visible global function definition for 'lines'
multiplot: no visible global function definition for 'par'
plot.abf2: no visible global function definition for 'abline'
plot.abf2: no visible global function definition for 'text'
Undefined global functions or variables:
abline lines par rainbow text
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "lines", "par", "text")
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