Last updated on 2025-07-15 11:49:51 CEST.
Package | ERROR | OK |
---|---|---|
deprivateR | 13 | |
zippeR | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [47s/67s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [api.census.gov]:
Connection timed out after 10001 milliseconds
|
| | 0%
|
|=== | 4%
|
|========= | 12%
|
|============== | 21%
|
|===================== | 30%
|
|========================= | 35%
|
|=============================== | 44%
|
|======================================= | 55%
|
|======================================== | 57%
|
|============================================== | 66%
|
|================================================ | 69%
|
|======================================================== | 79%
|
|=============================================================== | 90%
|
|======================================================================| 99%
|
|======================================================================| 100%
[ FAIL 1 | WARN 1 | SKIP 1 | PASS 74 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_zi_get_geometry.R:50:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_zi_aggregate.R:13:1'): (code run outside of `test_that()`) ─────
Error in `tidycensus::get_decennial(geography = "state", variables = "P013001",
year = 2010)`: Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [api.census.gov]:
Connection timed out after 10001 milliseconds
Backtrace:
▆
1. └─tidycensus::get_decennial(geography = "state", variables = "P013001", year = 2010) at test_zi_aggregate.R:13:1
2. └─rlang::abort(message = dat)
[ FAIL 1 | WARN 1 | SKIP 1 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang