CRAN Package Check Results for Maintainer ‘Max Feinleib <mhfeinleib at gmail.com>’

Last updated on 2026-05-05 15:52:14 CEST.

Package ERROR OK
filibustr 1 12

Package filibustr

Current CRAN status: ERROR: 1, OK: 12

Version: 0.5.2
Check: examples
Result: ERROR Running examples in ‘filibustr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_voteview_member_votes > ### Title: Get data on the votes of individual members of Congress > ### Aliases: get_voteview_member_votes > > ### ** Examples > > ## Don't show: > if (interactive() && !is.null(curl::nslookup("voteview.com", error = FALSE))) withAutoprint({ # examplesIf + ## End(Don't show) + get_voteview_member_votes() + + # Get data for only one chamber + get_voteview_member_votes(chamber = "house") + get_voteview_member_votes(chamber = "senate") + + # Get data for a specific Congress + get_voteview_member_votes(congress = 110) + get_voteview_member_votes(congress = current_congress()) + ## Don't show: + }) # examplesIf > ## End(Don't show) > ## Don't show: > if (!is.null(curl::nslookup("voteview.com", error = FALSE))) withAutoprint({ # examplesIf + ## End(Don't show) + # Get data for a set of Congresses + get_voteview_member_votes(congress = 1:3) + ## Don't show: + }) # examplesIf > get_voteview_member_votes(congress = 1:3) Error in `purrr::map()`: ℹ In index: 1. Caused by error in `httr2::req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! SSL peer certificate or SSH remote key was not OK [voteview.com]: SSL: certificate subject name (new.voteview.com) does not match target hostname 'voteview.com' Backtrace: ▆ 1. ├─base::withAutoprint(...) 2. │ └─base::source(...) 3. │ ├─base::withVisible(eval(ei, envir)) 4. │ └─base::eval(ei, envir) 5. │ └─base::eval(ei, envir) 6. └─filibustr::get_voteview_member_votes(congress = 1:3) 7. └─filibustr:::multi_congress_read(...) 8. ├─purrr::list_rbind(purrr::map(congress, .f = .f)) 9. │ └─purrr:::check_list_of_data_frames(x) 10. │ └─vctrs::obj_check_list(x, call = error_call) 11. └─purrr::map(congress, .f = .f) 12. └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 13. ├─purrr:::with_indexed_errors(...) 14. │ └─base::withCallingHandlers(...) 15. ├─purrr:::call_with_cleanup(...) 16. └─filibustr (local) .f(.x[[i]], ...) 17. └─filibustr (local) fun(chamber = chamber, congress = .cong) 18. └─filibustr:::get_online_data(url = url, source_name = "Voteview") 19. └─httr2::req_perform(...) 20. └─httr2:::handle_resp(req, resp, error_call = error_call) 21. └─rlang::cnd_signal(resp) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed get_hvw_data 1.885 0.266 13.183 Flavor: r-devel-linux-x86_64-debian-clang