Last updated on 2020-08-07 01:49:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7-1 | 2.67 | 20.58 | 23.25 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7-1 | 1.96 | 15.93 | 17.89 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7-1 | 35.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7-1 | 26.99 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.7-1 | 8.00 | 29.00 | 37.00 | NOTE | |
r-patched-linux-x86_64 | 0.7-1 | 2.39 | 20.32 | 22.71 | NOTE | |
r-patched-solaris-x86 | 0.7-1 | 41.40 | NOTE | |||
r-release-linux-x86_64 | 0.7-1 | 2.30 | 20.22 | 22.52 | NOTE | |
r-release-macos-x86_64 | 0.7-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.7-1 | 5.00 | 31.00 | 36.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.7-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.7-1 | 5.00 | 44.00 | 49.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-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
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 ‘plot’
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 ‘plot’
plot.abf2: no visible global function definition for ‘abline’
plot.abf2: no visible global function definition for ‘text’
plot.abf2split: no visible global function definition for ‘plot’
Undefined global functions or variables:
abline lines par plot rainbow text
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "lines", "par", "plot", "text")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64