CRAN Package Check Results for Package filibustr

Last updated on 2024-06-04 19:47:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 3.61 71.53 75.14 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 2.29 57.23 59.52 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 94.70 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 96.28 OK
r-devel-windows-x86_64 0.2.1 4.00 210.00 214.00 OK
r-patched-linux-x86_64 0.2.1 9.31 70.09 79.40 OK
r-release-linux-x86_64 0.2.1 2.48 69.23 71.71 OK
r-release-macos-arm64 0.2.1 124.00 OK
r-release-macos-x86_64 0.2.1 176.00 OK
r-release-windows-x86_64 0.2.1 4.00 208.00 212.00 OK
r-oldrel-macos-arm64 0.2.1 138.00 OK
r-oldrel-macos-x86_64 0.2.1 225.00 OK
r-oldrel-windows-x86_64 0.2.1 5.00 266.00 271.00 OK

Check Details

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [33s/99s] 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(filibustr) > > test_check("filibustr") [ FAIL 3 | WARN 0 | SKIP 0 | PASS 238 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_voteview_rollcall_votes.R:27:3'): filter rollcalls by congress ── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(httr2::req_error(httr2::req_retry(httr2::req_user_agent(httr2::request(url), "filibustr R package (https://cran.r-project.org/package=filibustr)")), body = error_body))`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Failed to connect to voteview.com port 443 after 164 ms: Couldn't connect to server Backtrace: ▆ 1. └─filibustr::get_voteview_rollcall_votes(congress = 1:10) at test-get_voteview_rollcall_votes.R:27:3 2. └─base::lapply(...) 3. └─filibustr (local) FUN(X[[i]], ...) 4. └─filibustr::get_voteview_rollcall_votes(...) 5. └─filibustr:::get_online_data(url = full_path, source_name = "Voteview") 6. └─httr2::req_perform(...) 7. └─base::tryCatch(...) 8. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. └─value[[3L]](cond) ── Error ('test-utils.R:23:3'): get online data: Voteview members ────────────── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(httr2::req_error(httr2::req_retry(httr2::req_user_agent(httr2::request(url), "filibustr R package (https://cran.r-project.org/package=filibustr)")), body = error_body))`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Failed to connect to voteview.com port 443 after 161 ms: Couldn't connect to server Backtrace: ▆ 1. └─filibustr:::get_online_data(...) at test-utils.R:23:3 2. └─httr2::req_perform(...) 3. └─base::tryCatch(...) 4. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. └─value[[3L]](cond) ── Error ('test-utils.R:36:3'): get online data: Voteview parties ────────────── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(httr2::req_error(httr2::req_retry(httr2::req_user_agent(httr2::request(url), "filibustr R package (https://cran.r-project.org/package=filibustr)")), body = error_body))`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Failed to connect to voteview.com port 443 after 160 ms: Couldn't connect to server Backtrace: ▆ 1. └─filibustr:::get_online_data(...) at test-utils.R:36:3 2. └─httr2::req_perform(...) 3. └─base::tryCatch(...) 4. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. └─value[[3L]](cond) [ FAIL 3 | WARN 0 | SKIP 0 | PASS 238 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang