Last updated on 2026-06-03 03:55:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 3.57 | 92.22 | 95.79 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.73 | 48.09 | 50.82 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 7.00 | 122.43 | 129.43 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 7.00 | 135.14 | 142.14 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 6.00 | 146.00 | 152.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.2 | 3.17 | 87.90 | 91.07 | ERROR | |
| r-release-linux-x86_64 | 0.1.2 | 3.96 | 88.00 | 91.96 | ERROR | |
| r-release-macos-arm64 | 0.2.0 | 1.00 | 27.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 3.00 | 177.00 | 180.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 9.00 | 151.00 | 160.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.0 | 1.00 | 31.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 3.00 | 141.00 | 144.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 9.00 | 169.00 | 178.00 | ERROR |
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [47s/62s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
Saving _problems/test_zi_aggregate-15.R
|
| | 0%
|
|=== | 4%
|
|========= | 12%
|
|=============== | 21%
|
|================ | 23%
|
|================== | 26%
|
|===================== | 30%
|
|========================== | 37%
|
|=============================== | 44%
|
|===================================== | 53%
|
|======================================== | 58%
|
|=========================================== | 62%
|
|================================================= | 71%
|
|===================================================== | 75%
|
|=========================================================== | 84%
|
|================================================================= | 93%
|
|======================================================================| 100%
[ FAIL 1 | WARN 0 | 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 `get_census_api_key(key)`: A Census API key is required for tidycensus requests.
ℹ Get a Census API key at https://api.census.gov/data/key_signup.html, then pass
it to a tidycensus function with the `key` argument or store it for future
sessions with `census_api_key("YOUR KEY", install = TRUE)`.
Backtrace:
▆
1. └─tidycensus::get_decennial(...) at test_zi_aggregate.R:13:1
2. └─tidycensus:::get_census_api_key(key)
3. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 74 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.2
Check: tests
Result: ERROR
Running 'testthat.R' [78s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
Saving _problems/test_zi_aggregate-15.R
|
| | 0%
|
|= | 1%
|
|==== | 5%
|
|==== | 6%
|
|======= | 10%
|
|============ | 18%
|
|============= | 18%
|
|============= | 19%
|
|================ | 23%
|
|================= | 24%
|
|=================== | 27%
|
|====================== | 31%
|
|========================= | 35%
|
|============================= | 42%
|
|================================== | 49%
|
|==================================== | 51%
|
|===================================== | 53%
|
|========================================= | 58%
|
|========================================== | 60%
|
|=============================================== | 67%
|
|================================================ | 69%
|
|================================================== | 71%
|
|======================================================= | 78%
|
|============================================================ | 85%
|
|=============================================================== | 90%
|
|================================================================ | 92%
|
|================================================================== | 94%
|
|=================================================================== | 96%
|
|======================================================================| 100%
[ FAIL 1 | WARN 0 | 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 `get_census_api_key(key)`: A Census API key is required for tidycensus requests.
ℹ Get a Census API key at https://api.census.gov/data/key_signup.html, then pass
it to a tidycensus function with the `key` argument or store it for future
sessions with `census_api_key("YOUR KEY", install = TRUE)`.
Backtrace:
▆
1. └─tidycensus::get_decennial(...) at test_zi_aggregate.R:13:1
2. └─tidycensus:::get_census_api_key(key)
3. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 74 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [50s/60s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
Saving _problems/test_zi_aggregate-15.R
|
| | 0%
|
|== | 2%
|
|==== | 6%
|
|========== | 15%
|
|============ | 18%
|
|=============== | 21%
|
|===================== | 30%
|
|========================= | 35%
|
|=============================== | 44%
|
|===================================== | 53%
|
|=========================================== | 62%
|
|============================================== | 66%
|
|====================================================== | 77%
|
|============================================================ | 86%
|
|============================================================== | 88%
|
|==================================================================== | 97%
|
|======================================================================| 100%
[ FAIL 1 | WARN 0 | 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 `get_census_api_key(key)`: A Census API key is required for tidycensus requests.
ℹ Get a Census API key at https://api.census.gov/data/key_signup.html, then pass
it to a tidycensus function with the `key` argument or store it for future
sessions with `census_api_key("YOUR KEY", install = TRUE)`.
Backtrace:
▆
1. └─tidycensus::get_decennial(...) at test_zi_aggregate.R:13:1
2. └─tidycensus:::get_census_api_key(key)
3. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 74 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [49s/60s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
Saving _problems/test_zi_aggregate-15.R
|
| | 0%
|
|=== | 4%
|
|========= | 12%
|
|========== | 14%
|
|============== | 21%
|
|================== | 26%
|
|==================== | 28%
|
|======================= | 32%
|
|=========================== | 39%
|
|================================ | 46%
|
|======================================= | 55%
|
|======================================== | 57%
|
|============================================== | 66%
|
|===================================================== | 75%
|
|========================================================== | 84%
|
|================================================================= | 93%
|
|======================================================================| 100%
[ FAIL 1 | WARN 0 | 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 `get_census_api_key(key)`: A Census API key is required for tidycensus requests.
ℹ Get a Census API key at https://api.census.gov/data/key_signup.html, then pass
it to a tidycensus function with the `key` argument or store it for future
sessions with `census_api_key("YOUR KEY", install = TRUE)`.
Backtrace:
▆
1. └─tidycensus::get_decennial(...) at test_zi_aggregate.R:13:1
2. └─tidycensus:::get_census_api_key(key)
3. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 74 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running 'testthat.R' [79s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
Saving _problems/test_zi_aggregate-15.R
|
| | 0%
|
|= | 1%
|
|=== | 4%
|
|==== | 5%
|
|====== | 9%
|
|======= | 10%
|
|========== | 15%
|
|=========== | 16%
|
|============ | 18%
|
|============= | 18%
|
|======================= | 32%
|
|========================= | 35%
|
|=============================== | 44%
|
|==================================== | 51%
|
|========================================== | 60%
|
|=============================================== | 67%
|
|================================================ | 69%
|
|======================================================= | 78%
|
|============================================================ | 85%
|
|================================================================== | 94%
|
|======================================================================| 100%
[ FAIL 1 | WARN 0 | 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 `get_census_api_key(key)`: A Census API key is required for tidycensus requests.
ℹ Get a Census API key at https://api.census.gov/data/key_signup.html, then pass
it to a tidycensus function with the `key` argument or store it for future
sessions with `census_api_key("YOUR KEY", install = TRUE)`.
Backtrace:
▆
1. └─tidycensus::get_decennial(...) at test_zi_aggregate.R:13:1
2. └─tidycensus:::get_census_api_key(key)
3. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 74 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.2
Check: tests
Result: ERROR
Running 'testthat.R' [95s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
Saving _problems/test_zi_aggregate-15.R
|
| | 0%
|
|=== | 4%
|
|==== | 5%
|
|====== | 9%
|
|============ | 17%
|
|================= | 24%
|
|================= | 25%
|
|================== | 26%
|
|=================== | 27%
|
|=================== | 28%
|
|===================== | 30%
|
|========================= | 35%
|
|============================ | 40%
|
|================================== | 49%
|
|========================================= | 58%
|
|=============================================== | 67%
|
|===================================================== | 75%
|
|===================================================== | 76%
|
|=========================================================== | 85%
|
|================================================================== | 94%
|
|======================================================================| 100%
[ FAIL 1 | WARN 0 | 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 `get_census_api_key(key)`: A Census API key is required for tidycensus requests.
ℹ Get a Census API key at https://api.census.gov/data/key_signup.html, then pass
it to a tidycensus function with the `key` argument or store it for future
sessions with `census_api_key("YOUR KEY", install = TRUE)`.
Backtrace:
▆
1. └─tidycensus::get_decennial(...) at test_zi_aggregate.R:13:1
2. └─tidycensus:::get_census_api_key(key)
3. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 74 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64