Last updated on 2025-08-07 19:55:52 CEST.
Package | ERROR | OK |
---|---|---|
filibustr | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.4.0
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()) (if (getRversion() >= "3.4") withAutoprint else force)({ # 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)
> # Get data for a set of Congresses
> get_voteview_member_votes(congress = 1:3)
Error in (function (.x, .f, ..., .progress = FALSE) : ℹ In index: 1.
Caused by error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Could not resolve hostname [voteview.com]:
Could not resolve host: voteview.com
Calls: get_voteview_member_votes ... furrr_map_template -> furrr_template -> <Anonymous> -> value.list
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
get_hvw_data 1.803 0.432 10.099
Flavor: r-devel-linux-x86_64-debian-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.