Last updated on 2026-06-05 20:54:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 3.82 | 74.10 | 77.92 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.45 | 50.74 | 53.19 | 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.2.0 | 5.00 | 96.00 | 101.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 3.61 | 68.90 | 72.51 | OK | |
| 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.2.0 | 6.00 | 92.00 | 98.00 | OK | |
| 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.2.0 | 6.00 | 100.00 | 106.00 | OK |
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