CRAN Package Check Results for Package CDCPLACES

Last updated on 2024-08-08 03:49:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.6 6.98 105.72 112.70 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.6 4.25 75.06 79.31 OK
r-devel-linux-x86_64-fedora-clang 1.1.6 200.03 OK
r-devel-linux-x86_64-fedora-gcc 1.1.6 184.70 OK
r-devel-windows-x86_64 1.1.6 9.00 219.00 228.00 OK
r-patched-linux-x86_64 1.1.6 7.23 104.57 111.80 OK
r-release-linux-x86_64 1.1.6 5.73 105.06 110.79 OK
r-release-macos-arm64 1.1.6 166.00 OK
r-release-macos-x86_64 1.1.6 262.00 OK
r-release-windows-x86_64 1.1.6 9.00 225.00 234.00 OK
r-oldrel-macos-arm64 1.1.6 175.00 OK
r-oldrel-macos-x86_64 1.1.6 215.00 OK
r-oldrel-windows-x86_64 1.1.6 11.00 258.00 269.00 OK

Check Details

Version: 1.1.6
Check: tests
Result: ERROR Running ‘testthat.R’ [54s/174s] 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") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 55 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_places.R:133:9'): function access census api2020(multiple measures, multiple states), more states ── <httr2_http_503/httr2_http/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(httr2::request(p1[b]))`: HTTP 503 Service Unavailable. Backtrace: ▆ 1. ├─testthat::expect_s3_class(...) at test-get_places.R:133:9 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─CDCPLACES::get_places(...) 5. └─httr2::req_perform(httr2::request(p1[b])) 6. └─httr2:::handle_resp(req, resp, error_call = error_call) 7. └─httr2:::resp_abort(resp, req, body, call = error_call) 8. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 55 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang