CRAN Package Check Results for Package placement

Last updated on 2019-01-23 07:48:01 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.31 29.44 31.75 OK --no-examples
r-devel-linux-x86_64-debian-gcc 0.1.1 2.06 23.32 25.38 OK --no-examples
r-devel-linux-x86_64-fedora-clang 0.1.1 38.87 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 36.30 ERROR
r-devel-windows-ix86+x86_64 0.1.1 6.00 45.00 51.00 ERROR
r-patched-linux-x86_64 0.1.1 1.93 27.57 29.50 OK --no-examples
r-patched-solaris-x86 0.1.1 64.90 ERROR
r-release-linux-x86_64 0.1.1 2.44 27.53 29.97 OK --no-examples
r-release-windows-ix86+x86_64 0.1.1 4.00 61.00 65.00 ERROR
r-release-osx-x86_64 0.1.1 OK
r-oldrel-windows-ix86+x86_64 0.1.1 5.00 61.00 66.00 ERROR
r-oldrel-osx-x86_64 0.1.1 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘placement-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: drive_time
    > ### Title: Get travel time and distance between two point using the Google
    > ### API.
    > ### Aliases: drive_time
    >
    > ### ** Examples
    >
    > # Bike from the NYC to Google!
    > address <- c("350 5th Ave, New York, NY 10118, USA",
    + "1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA")
    >
    > coordset <- geocode_url(address, auth="standard_api", privkey="",
    + clean=TRUE, add_date='today', verbose=TRUE)
    Sending address vector (n=2) to Google...
    Finished. 0 of 2 records successfully geocoded.
    NOTE: 2 of 2 requests to the Google API reterned a status of 'REQUEST_DENIED'. Check your API key and verify that you have selected the right authentication method.>
    > # Save coordinates. Google requires a format of: "lat,lng" (with no spaces)
    > start <- paste(coordset$lat[1],coordset$lng[1], sep=",")
    > end <- paste(coordset$lat[2],coordset$lng[2], sep=",")
    >
    > # Get the travel time by bike (a mere 264 hours!) and distance in miles:
    > howfar_miles <- drive_time(address=start, dest=end, auth="standard_api",
    + privkey="", clean=FALSE, add_date='today',
    + verbose=FALSE, travel_mode="bicycling",
    + units="imperial")
    Error in vapply(json, function(x) { : values must be length 11,
     but FUN(X[[1]]) result is length 0
    Calls: drive_time -> t -> vapply
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘placement-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: drive_time
    > ### Title: Get travel time and distance between two point using the Google
    > ### API.
    > ### Aliases: drive_time
    >
    > ### ** Examples
    >
    > # Bike from the NYC to Google!
    > address <- c("350 5th Ave, New York, NY 10118, USA",
    + "1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA")
    >
    > coordset <- geocode_url(address, auth="standard_api", privkey="",
    + clean=TRUE, add_date='today', verbose=TRUE)
    Sending address vector (n=2) to Google...
    Finished. 0 of 2 records successfully geocoded.
    >
    > # Save coordinates. Google requires a format of: "lat,lng" (with no spaces)
    > start <- paste(coordset$lat[1],coordset$lng[1], sep=",")
    > end <- paste(coordset$lat[2],coordset$lng[2], sep=",")
    >
    > # Get the travel time by bike (a mere 264 hours!) and distance in miles:
    > howfar_miles <- drive_time(address=start, dest=end, auth="standard_api",
    + privkey="", clean=FALSE, add_date='today',
    + verbose=FALSE, travel_mode="bicycling",
    + units="imperial")
    Error in vapply(json, function(x) { : values must be length 11,
     but FUN(X[[1]]) result is length 0
    Calls: drive_time -> t -> vapply
    Execution halted
Flavor: r-patched-solaris-x86