Last updated on 2022-06-20 11:51:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7-4 | 5.53 | 61.29 | 66.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7-4 | 3.89 | 48.37 | 52.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7-4 | 93.60 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7-4 | 88.81 | NOTE | |||
r-devel-windows-x86_64 | 0.7-4 | 32.00 | 117.00 | 149.00 | NOTE | |
r-patched-linux-x86_64 | 0.7-4 | 3.97 | 59.57 | 63.54 | NOTE | |
r-release-linux-x86_64 | 0.7-4 | 5.05 | 58.40 | 63.45 | NOTE | |
r-release-macos-arm64 | 0.7-4 | 32.00 | NOTE | |||
r-release-macos-x86_64 | 0.7-4 | 43.00 | NOTE | |||
r-release-windows-x86_64 | 0.7-4 | 33.00 | 121.00 | 154.00 | NOTE | |
r-oldrel-macos-arm64 | 0.7-4 | 34.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.7-4 | 60.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.7-4 | 19.00 | 120.00 | 139.00 | NOTE |
Version: 0.7-4
Check: R code for possible problems
Result: NOTE
choro.legend: no visible global function definition for 'strwidth'
choro.legend: no visible global function definition for 'legend'
choro.legend: no visible global function definition for 'text'
jitter.points: no visible global function definition for 'rnorm'
level.plot: no visible global function definition for '.filled.contour'
map.scale: no visible global function definition for 'par'
map.scale: no visible global function definition for 'rect'
map.scale: no visible global function definition for 'lines'
map.scale: no visible global function definition for 'text'
map.scale: no visible global function definition for 'strheight'
north.arrow: no visible global function definition for 'polygon'
north.arrow: no visible global function definition for 'text'
north.arrow: no visible global function definition for 'strheight'
poly.labels: no visible global function definition for 'slot'
poly.labels : <anonymous>: no visible global function definition for
'slot'
quantileCuts: no visible global function definition for 'quantile'
sdCuts: no visible global function definition for 'sd'
Undefined global functions or variables:
.filled.contour legend lines par polygon quantile rect rnorm sd slot
strheight strwidth text
Consider adding
importFrom("graphics", ".filled.contour", "legend", "lines", "par",
"polygon", "rect", "strheight", "strwidth", "text")
importFrom("methods", "slot")
importFrom("stats", "quantile", "rnorm", "sd")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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