Last updated on 2026-05-06 04:54:01 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 6.04 | 59.00 | 65.04 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 4.81 | 42.50 | 47.31 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 11.00 | 87.85 | 98.85 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 12.00 | 90.63 | 102.63 | OK | |
| r-devel-windows-x86_64 | 1.2.0 | 8.00 | 66.00 | 74.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 5.46 | 53.44 | 58.90 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 6.73 | 52.89 | 59.62 | OK | |
| r-release-macos-arm64 | 1.2.0 | 2.00 | 20.00 | 22.00 | OK | |
| r-release-macos-x86_64 | 1.2.0 | 5.00 | 64.00 | 69.00 | OK | |
| r-release-windows-x86_64 | 1.2.0 | 9.00 | 68.00 | 77.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | 2.00 | 24.00 | 26.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.0 | 5.00 | 109.00 | 114.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 10.00 | 78.00 | 88.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(CDCPLACES)
>
> test_check("CDCPLACES")
API request failed: Timeout was reached [data.cdc.gov]:
Connection timed out after 10000 milliseconds
Saving _problems/test-get_places-180.R
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 43 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• On CRAN (17): 'test-get_places.R:23:3', 'test-get_places.R:36:3',
'test-get_places.R:51:3', 'test-get_places.R:60:3', 'test-get_places.R:69:3',
'test-get_places.R:80:3', 'test-get_places.R:91:3',
'test-get_places.R:103:3', 'test-get_places.R:114:3',
'test-get_places.R:129:3', 'test-get_places.R:140:3',
'test-get_places.R:158:3', 'test-get_places.R:168:3',
'test-get_places.R:186:3', 'test-get_places.R:199:3',
'test-get_places.R:211:3', 'test-get_places.R:222:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get_places.R:177:3'): zcta: errors when state is missing ─────
Expected `get_places(geography = "zcta", measure = "SLEEP", release = "2025")` to throw a error.
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 43 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc