Last updated on 2020-02-03 13:48:03 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8 | 4.62 | 40.45 | 45.07 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.8 | 4.34 | 33.36 | 37.70 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.8 | 58.12 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.8 | 58.99 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.8 | 15.00 | 77.00 | 92.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 0.8 | 14.00 | 73.00 | 87.00 | NOTE | |
r-patched-linux-x86_64 | 0.8 | 4.69 | 37.50 | 42.19 | NOTE | |
r-patched-solaris-x86 | 0.8 | 86.60 | NOTE | |||
r-release-linux-x86_64 | 0.8 | 4.43 | 37.49 | 41.92 | NOTE | |
r-release-windows-ix86+x86_64 | 0.8 | 10.00 | 71.00 | 81.00 | NOTE | |
r-release-osx-x86_64 | 0.8 | FAIL | ||||
r-oldrel-windows-ix86+x86_64 | 0.8 | 6.00 | 52.00 | 58.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.8 | NOTE |
Version: 0.8
Check: R code for possible problems
Result: NOTE
kristen.colors: no visible global function definition for
'colorRampPalette'
kristen.colors: no visible global function definition for 'grey'
plot3d.points: no visible global function definition for 'heat.colors'
plot3d.points: no visible global function definition for 'plot'
ragged.image: no visible global function definition for 'heat.colors'
ragged.image: no visible global function definition for 'image'
scatterplot.density: no visible global function definition for 'grey'
scatterplot.density: no visible global function definition for 'image'
scatterplot.density: no visible global function definition for 'abline'
scatterplot.density: no visible global function definition for 'lm'
scatterplot.density: no visible global function definition for 'legend'
vertical.image.legend: no visible global function definition for 'par'
vertical.image.legend: no visible global function definition for
'image'
vertical.image.legend: no visible global function definition for 'axis'
vertical.image.legend: no visible global function definition for 'box'
Undefined global functions or variables:
abline axis box colorRampPalette grey heat.colors image legend lm par
plot
Consider adding
importFrom("grDevices", "colorRampPalette", "grey", "heat.colors")
importFrom("graphics", "abline", "axis", "box", "image", "legend",
"par", "plot")
importFrom("stats", "lm")
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-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.8
Check: package dependencies
Result: WARN
Requires orphaned package: ‘geoR’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.8
Check: whether package can be installed
Result: FAIL
Flavor: r-release-osx-x86_64