CRAN Package Check Results for Package PWFSLSmoke

Last updated on 2017-09-26 01:47:44.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.99.9 3.18 66.09 69.27 OK
r-devel-linux-x86_64-debian-gcc 0.99.9 3.78 59.82 63.60 ERROR
r-devel-linux-x86_64-fedora-clang 0.99.9 121.70 OK
r-devel-linux-x86_64-fedora-gcc 0.99.9 73.30 OK
r-devel-windows-ix86+x86_64 0.99.9 10.00 150.00 160.00 OK
r-patched-linux-x86_64 0.99.9 3.26 64.48 67.74 OK
r-patched-solaris-x86 0.99.9 176.70 OK
r-release-linux-x86_64 0.99.9 3.27 65.82 69.09 OK
r-release-windows-ix86+x86_64 0.99.9 10.00 126.00 136.00 OK
r-release-osx-x86_64 0.99.9 OK
r-oldrel-windows-ix86+x86_64 0.99.9 10.00 139.00 149.00 OK
r-oldrel-osx-x86_64 0.99.9 OK

Check Details

Version: 0.99.9
Check: examples
Result: ERROR
    Running examples in ‘PWFSLSmoke-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: monitorGoogleMap
    > ### Title: Create a Google Map of ws_monitor Object
    > ### Aliases: monitorGoogleMap
    > ### Keywords: ws_monitor
    >
    > ### ** Examples
    >
    > N_M <- Northwest_Megafires
    > # monitorLeaflet(N_M) # to identify Spokane monitorIDs
    > Spokane <- monitor_subsetBy(N_M, stringr::str_detect(N_M$meta$monitorID,'^53063'))
    > Spokane <- monitor_subset(Spokane, tlim=c(20150815, 20150831))
    > monitorGoogleMap(Spokane)
    Warning in download.file(urlStr, destfile, mode = "wb", quiet = TRUE) :
     cannot open URL 'http://maps.google.com/maps/api/staticmap?center=47.6747436666667,-117.256151666667&zoom=9&size=640x640&maptype=terain&format=png32&sensor=true': HTTP status was '403 Forbidden'
    Error in download.file(urlStr, destfile, mode = "wb", quiet = TRUE) :
     cannot open URL 'http://maps.google.com/maps/api/staticmap?center=47.6747436666667,-117.256151666667&zoom=9&size=640x640&maptype=terain&format=png32&sensor=true'
    Calls: monitorGoogleMap -> <Anonymous> -> download.file
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc