Last updated on 2025-06-17 06:49:49 CEST.
Package | ERROR | OK |
---|---|---|
RcensusPkg | 1 | 12 |
RplotterPkg | 13 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in 'RcensusPkg-Ex.R' failed
The error most likely occurred in:
> ### Name: get_geography
> ### Title: get_geography
> ### Aliases: get_geography
>
> ### ** Examples
>
> library(jsonlite)
> library(data.table)
> library(httr2)
> library(RcensusPkg)
> # Get the geographies available for dataset "acs/acs1/profile" with vintage 2019
> acs1_profile_geo_dt <- RcensusPkg::get_geography(
+ dataset = "acs/acs1/profile",
+ vintage = 2019
+ )
Error in value[[3L]](cond) :
Error downloading raw json text: Failed to perform HTTP request.
Calls: <Anonymous> ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Flavor: r-release-windows-x86_64
Current CRAN status: OK: 13