Last updated on 2022-05-30 15:53:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.40 | 39.16 | 41.56 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.12 | 30.21 | 32.33 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 50.07 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 38.89 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 19.00 | 58.00 | 77.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.62 | 37.47 | 40.09 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.72 | 36.94 | 39.66 | NOTE | |
r-release-macos-arm64 | 1.0 | 18.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 25.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 6.00 | 51.00 | 57.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 18.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 27.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 33.00 | 40.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
distimage: no visible binding for global variable 'terrain.colors'
distimage: no visible global function definition for 'filled.contour'
distimage: no visible global function definition for 'title'
distimage: no visible global function definition for 'axis'
distimage: no visible global function definition for 'lines'
drawkpc: no visible global function definition for 'segments'
drawkpc: no visible global function definition for 'lines'
modelimage: no visible binding for global variable 'topo.colors'
modelimage: no visible global function definition for 'filled.contour'
modelimage: no visible global function definition for 'title'
modelimage: no visible global function definition for 'axis'
modelimage: no visible global function definition for 'lines'
sincdata: no visible global function definition for 'runif'
sincdata: no visible global function definition for 'rnorm'
Undefined global functions or variables:
axis filled.contour lines rnorm runif segments terrain.colors title
topo.colors
Consider adding
importFrom("grDevices", "terrain.colors", "topo.colors")
importFrom("graphics", "axis", "filled.contour", "lines", "segments",
"title")
importFrom("stats", "rnorm", "runif")
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