- using R version 4.5.1 Patched (2025-07-14 r88410)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-19) 14.2.0
GNU Fortran (Debian 14.2.0-19) 14.2.0
- running under: Debian GNU/Linux 13 (trixie)
- using session charset: UTF-8
- checking for file ‘filibustr/DESCRIPTION’ ... OK
- this is package ‘filibustr’ version ‘0.4.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘filibustr’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/6s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [5s/18s] 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.95 0.205 8.753
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [5s/6s] OK
Running ‘testthat.R’ [5s/6s]
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR