Last updated on 2015-12-29 00:46:28.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 2.4-0 | 2.46 | 35.74 | 38.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.4-0 | 76.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.4-0 | 71.90 | NOTE | |||
r-devel-osx-x86_64-clang | 2.4-0 | 83.01 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.4-0 | 8.00 | 70.00 | 78.00 | NOTE | |
r-patched-linux-x86_64 | 2.4-0 | 2.69 | 37.87 | 40.56 | NOTE | |
r-patched-solaris-sparc | 2.4-0 | 497.00 | NOTE | |||
r-patched-solaris-x86 | 2.4-0 | 102.90 | NOTE | |||
r-release-linux-x86_64 | 2.4-0 | 2.73 | 37.88 | 40.61 | NOTE | |
r-release-osx-x86_64-mavericks | 2.4-0 | WARN | ||||
r-release-windows-ix86+x86_64 | 2.4-0 | 12.00 | 73.00 | 85.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 2.4-0 | 20.00 | 96.00 | 116.00 | NOTE |
Version: 2.4-0
Check: R code for possible problems
Result: NOTE
cf_find_station: no visible global function definition for ‘is’
cf_query: no visible global function definition for ‘is’
cf_query : <anonymous>: no visible global function definition for
‘read.table’
cf_save_kml: no visible global function definition for ‘is’
create_object: no visible global function definition for ‘is’
windrose: no visible global function definition for ‘missingArg’
direction_plot,cfDataList-missing: no visible global function
definition for ‘is’
direction_plot,cfDataList-numeric: no visible global function
definition for ‘is’
initialize,cfUser: no visible global function definition for
‘validObject’
show,cfDataList: no visible binding for global variable ‘slot’
speed_plot,cfDataList-missing: no visible global function definition
for ‘is’
speed_plot,cfDataList-numeric: no visible global function definition
for ‘is’
speed_plot,cfWind-missing: no visible binding for global variable
‘speed’
speed_plot,cfWind-missing: no visible binding for global variable
‘spd.sd’
Undefined global functions or variables:
is missingArg read.table slot spd.sd speed validObject
Consider adding
importFrom("methods", "is", "missingArg", "slot", "validObject")
importFrom("utils", "read.table")
to your NAMESPACE (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: 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: 2.4-0
Check: R code for possible problems
Result: NOTE
speed_plot,cfWind-missing: no visible binding for global variable
‘speed’
speed_plot,cfWind-missing: no visible binding for global variable
‘spd.sd’
Undefined global functions or variables:
spd.sd speed
Flavor: r-devel-osx-x86_64-clang
Version: 2.4-0
Check: R code for possible problems
Result: NOTE
speed_plot,cfWind-missing : .local: no visible binding for global
variable ‘speed’
speed_plot,cfWind-missing : .local: no visible binding for global
variable ‘spd.sd’
Flavors: r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.4-0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘ggmap’
Flavor: r-release-osx-x86_64-mavericks
Version: 2.4-0
Check: running R code from vignettes
Result: WARN
Errors in running code in vignettes:
when running code in ‘cfStation.Rmd’
...
> auckland.df = dget(system.file("extdata", "auckStations",
+ package = "clifro"))
> auckland.st = new("cfStation", auckland.df)
> library(ggmap)
When sourcing ‘cfStation.R’:
Error: there is no package called ‘ggmap’
Execution halted
Flavor: r-release-osx-x86_64-mavericks
Version: 2.4-0
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Quitting from lines 139-157 (cfStation.Rmd)
Error: processing vignette 'cfStation.Rmd' failed with diagnostics:
there is no package called 'ggmap'
Execution halted
Flavor: r-release-osx-x86_64-mavericks