Last updated on 2015-09-06 23:47:39.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0.7 | 0.93 | 24.60 | 25.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.0.7 | 0.85 | 25.80 | 26.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.0.7 | 42.30 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0.7 | 40.61 | NOTE | |||
r-devel-osx-x86_64-clang | 1.2.0.7 | 35.58 | OK | |||
r-devel-windows-ix86+x86_64 | 1.2.0.7 | 4.00 | 36.00 | 40.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.0.7 | 0.92 | 25.08 | 25.99 | OK | |
r-patched-solaris-sparc | 1.2.0.7 | 222.10 | OK | |||
r-patched-solaris-x86 | 1.2.0.7 | 50.40 | OK | |||
r-release-linux-x86_64 | 1.2.0.7 | 0.96 | 25.37 | 26.34 | OK | |
r-release-osx-x86_64-mavericks | 1.2.0.7 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2.0.7 | 6.00 | 33.00 | 39.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.2.0.7 | 7.00 | 53.00 | 60.00 | OK |
Version: 1.2.0.7
Check: R code for possible problems
Result: NOTE
AddAlpha: no visible global function definition for ‘col2rgb’
AddAlpha: no visible global function definition for ‘rgb’
ColorMap: no visible global function definition for ‘grey’
PlotOnStaticMap: no visible global function definition for ‘dev.cur’
PlotPolysOnStaticMap: no visible global function definition for ‘rgb’
SpatialToPBS : <anonymous>: no visible global function definition for
‘slot’
bubbleMap : PolyCol: no visible global function definition for
‘colorRampPalette’
bubbleMap: no visible global function definition for ‘as’
bubbleMap: no visible global function definition for ‘col2rgb’
bubbleMap: no visible global function definition for ‘rgb’
bubbleMap : <anonymous>: no visible global function definition for
‘rgb’
updateusr: no visible global function definition for ‘xy.coords’
Undefined global functions or variables:
as col2rgb colorRampPalette dev.cur grey rgb slot xy.coords
Consider adding
importFrom("grDevices", "col2rgb", "colorRampPalette", "dev.cur",
"grey", "rgb", "xy.coords")
importFrom("methods", "as", "slot")
to your NAMESPACE (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-ix86+x86_64
Version: 1.2.0.7
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rgdal’
Flavor: r-release-osx-x86_64-mavericks