* using log directory ‘/data/gannet/ripley/R/packages/tests-devel/filibustr.Rcheck’ * using R Under development (unstable) (2025-07-16 r88415) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2) GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2) * running under: Fedora Linux 42 (Workstation Edition) * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * 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 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-gcc/filibustr-00install.html' for details. * checking package directory ... 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... OK * checking Rd files ... 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 ... [8s/26s] ERROR Running examples in ‘filibustr-Ex.R’ failed The error most likely occurred in: > ### 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()`: ! HTTP 404 Not Found. ℹ ERROR 404 when retrieving online data from the Voteview website. Calls: get_voteview_member_votes ... furrr_map_template -> furrr_template -> -> value.list Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [10s/14s] OK Running ‘testthat.R’ [9s/14s] * checking PDF version of manual ... [7s/10s] OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR