Last updated on 2019-08-08 11:47:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 6.14 | 50.18 | 56.32 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 5.64 | 39.87 | 45.51 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 69.92 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 67.22 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 11.00 | 67.00 | 78.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 5.96 | 48.71 | 54.67 | OK | |
r-patched-solaris-x86 | 0.1.1 | 122.20 | OK | |||
r-release-linux-x86_64 | 0.1.1 | 6.15 | 49.15 | 55.30 | OK | |
r-release-windows-ix86+x86_64 | 0.1.1 | 18.00 | 91.00 | 109.00 | OK | |
r-release-osx-x86_64 | 0.1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 12.00 | 69.00 | 81.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.1 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘censusxy-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: cxy_geocode
> ### Title: Geocode Addresses Using the Census Bureau Geocoder
> ### Aliases: cxy_geocode
>
> ### ** Examples
>
> # load sample data
> data <- stl_homicides_small
>
> # geocode data
> data <- cxy_geocode(data, address = "street_address", city = "city",
+ state = "state", zip = "postal_code")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10000 milliseconds
Error in cxy_geocode(data, address = "street_address", city = "city", :
No matches found for any of the supplied addresses. Make sure to include city, state and zip for best results.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc