Last updated on 2015-09-06 23:47:29.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 0.84 | 16.26 | 17.10 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 0.87 | 15.93 | 16.80 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 32.38 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 29.79 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0.0 | 32.69 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 5.00 | 39.00 | 44.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.0 | 0.89 | 16.62 | 17.51 | OK | |
r-patched-solaris-sparc | 1.0.0 | 215.20 | OK | |||
r-patched-solaris-x86 | 1.0.0 | 46.50 | OK | |||
r-release-linux-x86_64 | 1.0.0 | 0.92 | 16.67 | 17.59 | OK | |
r-release-osx-x86_64-mavericks | 1.0.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0.0 | 7.00 | 35.00 | 42.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 8.00 | 45.00 | 53.00 | OK |
Version: 1.0.0
Check: R code for possible problems
Result: NOTE
addLegend: no visible global function definition for ‘col2rgb’
addLegend: no visible global function definition for ‘quantile’
addLegend: no visible global function definition for ‘na.omit’
addRasterImage: no visible global function definition for ‘col2rgb’
b64EncodePackedIcons: no visible global function definition for
‘getFromNamespace’
colorQuantile: no visible global function definition for ‘quantile’
colorQuantile : <anonymous>: no visible global function definition for
‘quantile’
createLeafletMap : stub: no visible global function definition for
‘substituteDirect’
filterRGB : <anonymous>: no visible global function definition for
‘rgb’
invokeRemote: no visible global function definition for
‘packageVersion’
leafletProviderDependencies: no visible global function definition for
‘packageVersion’
toPaletteFunc.matrix: no visible global function definition for ‘rgb’
Undefined global functions or variables:
col2rgb getFromNamespace na.omit packageVersion quantile rgb
substituteDirect
Consider adding
importFrom("grDevices", "col2rgb", "rgb")
importFrom("methods", "substituteDirect")
importFrom("stats", "na.omit", "quantile")
importFrom("utils", "getFromNamespace", "packageVersion")
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