Last updated on 2022-05-10 10:49:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.93 | 62.41 | 67.34 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 4.28 | 47.05 | 51.33 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 79.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 77.17 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 10.00 | 78.00 | 88.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 4.34 | 58.96 | 63.30 | NOTE | |
r-release-linux-x86_64 | 1.0 | 4.92 | 58.31 | 63.23 | NOTE | |
r-release-macos-arm64 | 1.0 | 24.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 43.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 13.00 | 77.00 | 90.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 28.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 37.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 15.00 | 72.00 | 87.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
crosssection: no visible global function definition for
'colorRampPalette'
crosssection: no visible global function definition for
'filled.contour'
crosssection: no visible global function definition for 'axis'
crosssection: no visible global function definition for 'par'
crosssection: no visible global function definition for 'contour'
temperatures: no visible binding for global variable 'time'
Undefined global functions or variables:
axis colorRampPalette contour filled.contour par time
Consider adding
importFrom("grDevices", "colorRampPalette")
importFrom("graphics", "axis", "contour", "filled.contour", "par")
importFrom("stats", "time")
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