Last updated on 2019-02-17 21:47:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-release-osx-x86_64 | 0.2.0 | ERROR | ||||
r-oldrel-osx-x86_64 | 0.2.0 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘census-Ex.R’ failed
The error most likely occurred in:
> ### Name: getCensus
> ### Title: Scrape US Census Data
> ### Aliases: getCensus
>
> ### ** Examples
>
> radius <- 5
> cities <- c("Boston", "Los Angeles")
> df <- getCensus(cities, radius)
Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Boston&sensor=false
Warning: geocode failed with status OVER_QUERY_LIMIT, location = "Boston"
Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Los%20Angeles&sensor=false
Warning: geocode failed with status OVER_QUERY_LIMIT, location = "Los Angeles"
Error in `[.data.frame`(geo.reply, , c("locality", "lon", "lat")) :
undefined columns selected
Calls: getCensus -> [ -> [.data.frame
Execution halted
Flavor: r-release-osx-x86_64