CRAN Package Check Results for Package epidatr

Last updated on 2026-03-15 01:49:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 5.47 75.62 81.09 OK
r-devel-linux-x86_64-debian-gcc 1.2.2 3.92 52.21 56.13 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.2 9.00 110.88 119.88 OK
r-devel-linux-x86_64-fedora-gcc 1.2.2 9.00 117.31 126.31 OK
r-devel-macos-arm64 1.2.2 1.00 37.00 38.00 OK
r-devel-windows-x86_64 1.2.2 9.00 108.00 117.00 OK
r-patched-linux-x86_64 1.2.2 6.51 64.95 71.46 OK
r-release-linux-x86_64 1.2.2 5.57 64.99 70.56 OK
r-release-macos-arm64 1.2.1 2.00 34.00 36.00 OK
r-release-macos-x86_64 1.2.2 4.00 102.00 106.00 OK
r-release-windows-x86_64 1.2.2 9.00 103.00 112.00 OK
r-oldrel-macos-arm64 1.2.2 1.00 39.00 40.00 OK
r-oldrel-macos-x86_64 1.2.2 4.00 121.00 125.00 OK
r-oldrel-windows-x86_64 1.2.2 11.00 118.00 129.00 OK

Check Details

Version: 1.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/76s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(epidatr) > > test_check("epidatr") Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [api.delphi.cmu.edu]: Connection timed out after 10002 milliseconds Request failed [ERROR]. Retrying in 1 seconds... Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [api.delphi.cmu.edu]: Connection timed out after 10001 milliseconds Request failed [ERROR]. Retrying in 2.4 seconds... Saving _problems/test-covidcast-2.R Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [api.delphi.cmu.edu]: Operation timed out after 30002 milliseconds with 0 bytes received Request failed [ERROR]. Retrying in 1.8 seconds... [ FAIL 1 | WARN 1 | SKIP 1 | PASS 325 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • This site is down. (1): 'test-request.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-covidcast.R:2:3'): covidcast ─────────────────────────────────── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [api.delphi.cmu.edu]: Connection timed out after 10001 milliseconds Backtrace: ▆ 1. └─epidatr::covidcast_epidata() at test-covidcast.R:2:3 2. └─epidatr:::do_request(url, list(), timeout_seconds) 3. └─httr::RETRY(...) [ FAIL 1 | WARN 1 | SKIP 1 | PASS 325 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘epidatr.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘epidatr.Rmd’ --- re-building ‘signal-discovery.Rmd’ using rmarkdown Quitting from signal-discovery.Rmd:65-68 [unnamed-chunk-5] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `curl::curl_fetch_memory()`: ! Timeout was reached [api.delphi.cmu.edu]: Connection timed out after 10000 milliseconds --- Backtrace: ▆ 1. └─epidatr::covidcast_epidata() 2. └─epidatr:::do_request(url, list(), timeout_seconds) 3. └─httr::RETRY(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'signal-discovery.Rmd' failed with diagnostics: Timeout was reached [api.delphi.cmu.edu]: Connection timed out after 10000 milliseconds --- failed re-building ‘signal-discovery.Rmd’ --- re-building ‘versioned-data.Rmd’ using rmarkdown Quitting from versioned-data.Rmd:51-62 [unnamed-chunk-2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `curl::curl_fetch_memory()`: ! Timeout was reached [api.delphi.cmu.edu]: Connection timed out after 10000 milliseconds --- Backtrace: ▆ 1. ├─epidatr::pub_covidcast(...) 2. │ └─... %>% fetch(fetch_args = fetch_args) 3. ├─epidatr::fetch(., fetch_args = fetch_args) 4. │ ├─base::system.time(...) 5. │ └─epidatr:::fetch_classic(epidata_call, fetch_args = fetch_args) 6. │ ├─... %>% ... 7. │ └─epidatr:::request_impl(...) 8. │ └─epidatr:::do_request(url, params, timeout_seconds) 9. │ └─httr::RETRY(...) 10. ├─jsonlite::fromJSON(., simplifyDataFrame = !fetch_args$disable_data_frame_parsing) 11. └─httr::content(., as = "text", encoding = "UTF-8") 12. ├─base::stopifnot(is.response(x)) 13. └─httr:::is.response(x) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'versioned-data.Rmd' failed with diagnostics: Timeout was reached [api.delphi.cmu.edu]: Connection timed out after 10000 milliseconds --- failed re-building ‘versioned-data.Rmd’ SUMMARY: processing the following files failed: ‘signal-discovery.Rmd’ ‘versioned-data.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc