Last updated on 2026-05-06 00:49:51 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.2 | 3.02 | 54.82 | 57.84 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.5.2 | 2.21 | 44.24 | 46.45 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.2 | 5.00 | 84.50 | 89.50 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 5.00 | 97.33 | 102.33 | OK | |
| r-devel-windows-x86_64 | 0.5.2 | 5.00 | 80.00 | 85.00 | OK | |
| r-patched-linux-x86_64 | 0.5.2 | 3.17 | 49.29 | 52.46 | OK | |
| r-release-linux-x86_64 | 0.5.2 | 2.90 | 49.24 | 52.14 | OK | |
| r-release-macos-arm64 | 0.5.2 | 1.00 | 41.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 0.5.2 | 2.00 | 100.00 | 102.00 | OK | |
| r-release-windows-x86_64 | 0.5.2 | 5.00 | 81.00 | 86.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.2 | 1.00 | 40.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.2 | 2.00 | 80.00 | 82.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.2 | 6.00 | 96.00 | 102.00 | OK |
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