Last updated on 2019-12-06 00:49:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1-1 | 15.23 | 50.47 | 65.70 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.1-1 | 10.98 | 38.65 | 49.63 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.1-1 | 80.07 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.1-1 | 72.54 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.1-1 | 19.00 | 47.00 | 66.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 2.1-1 | 19.00 | 50.00 | 69.00 | NOTE | |
r-patched-linux-x86_64 | 2.1-1 | 10.69 | 46.59 | 57.28 | NOTE | |
r-patched-solaris-x86 | 2.1-1 | 88.50 | NOTE | |||
r-release-linux-x86_64 | 2.1-1 | 11.55 | 45.80 | 57.35 | NOTE | |
r-release-windows-ix86+x86_64 | 2.1-1 | 17.00 | 68.00 | 85.00 | NOTE | |
r-release-osx-x86_64 | 2.1-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.1-1 | 14.00 | 48.00 | 62.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.1-1 | NOTE |
Version: 2.1-1
Check: R code for possible problems
Result: NOTE
efron.petrosian: no visible global function definition for 'dev.new'
efron.petrosian: no visible global function definition for 'par'
efron.petrosian: no visible global function definition for 'plot'
efron.petrosian: no visible global function definition for 'segments'
lynden: no visible global function definition for 'dev.new'
lynden: no visible global function definition for 'par'
lynden: no visible global function definition for 'plot'
lynden: no visible global function definition for 'segments'
shen: no visible global function definition for 'image'
shen: no visible global function definition for 'runif'
shen: no visible global function definition for 'filled.contour'
shen: no visible binding for global variable 'rainbow'
shen: no visible binding for global variable 'topo.colors'
shen: no visible global function definition for 'topo.colors'
shen: no visible global function definition for 'persp'
shen: no visible global function definition for 'dev.new'
shen: no visible global function definition for 'par'
shen: no visible global function definition for 'plot'
shen: no visible global function definition for 'segments'
Undefined global functions or variables:
dev.new filled.contour image par persp plot rainbow runif segments
topo.colors
Consider adding
importFrom("grDevices", "dev.new", "rainbow", "topo.colors")
importFrom("graphics", "filled.contour", "image", "par", "persp",
"plot", "segments")
importFrom("stats", "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-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64