* using log directory 'd:/Rcompile/CRANpkg/local/4.5/filibustr.Rcheck' * using R version 4.5.1 (2025-06-13 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'filibustr' can be installed ... OK * checking installed package size ... OK * 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 ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [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] OK * checking Rd files ... [1s] OK * checking Rd metadata ... 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 ... [27s] 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()`: ! 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 -> -> value.list Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [6s] OK Running 'testthat.R' [5s] * checking PDF version of manual ... [22s] OK * checking HTML version of manual ... [3s] OK * DONE Status: 1 ERROR