CRAN Package Check Results for Package weatherr

Last updated on 2015-09-06 23:47:49.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.20 23.81 26.02 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 1.87 23.25 25.12 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 52.47 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 49.75 ERROR
r-devel-osx-x86_64-clang 0.1.1 41.62 ERROR
r-devel-windows-ix86+x86_64 0.1.1 6.00 48.00 54.00 OK
r-patched-linux-x86_64 0.1.1 2.03 25.27 27.30 ERROR
r-patched-solaris-sparc 0.1.1 317.00 ERROR
r-patched-solaris-x86 0.1.1 82.20 ERROR
r-release-linux-x86_64 0.1.1 2.07 25.12 27.18 ERROR
r-release-osx-x86_64-mavericks 0.1.1 ERROR
r-release-windows-ix86+x86_64 0.1.1 11.00 45.00 56.00 OK
r-oldrel-windows-ix86+x86_64 0.1.1 21.00 78.00 99.00 ERROR

Check Details

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘weatherr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: ggele
    > ### Title: Elevation of a set of specific locations
    > ### Aliases: ggele
    >
    > ### ** Examples
    >
    > # Get the elevation of a location in Hong Kong
    > ggele(lat=22.39643,lon=114.1095)
    Warning in file(con, "r") :
     cannot open URL 'http://maps.googleapis.com/maps/api/elevation/json?locations=22.39643, 114.1095': HTTP status was '400 Bad Request'
    Error in file(con, "r") : cannot open the connection
    Calls: ggele -> paste0 -> paste0 -> readLines -> file
    Execution halted
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-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘weatherr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: ggele
    > ### Title: Elevation of a set of specific locations
    > ### Aliases: ggele
    >
    > ### ** Examples
    >
    > # Get the elevation of a location in Hong Kong
    > ggele(lat=22.39643,lon=114.1095)
    Warning in file(con, "r") :
     cannot open: HTTP status was '400 Bad Request'
    Error in file(con, "r") : cannot open the connection
    Calls: ggele -> paste0 -> paste0 -> readLines -> file
    Execution halted
Flavors: r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-oldrel-windows-ix86+x86_64