R Under development (unstable) (2025-05-10 r88193 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(filibustr) > > test_check("filibustr") [ FAIL 0 | WARN 0 | SKIP 43 | PASS 117 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (42): 'test-get_hvw_data.R:2:3', 'test-get_hvw_data.R:19:3', 'test-get_hvw_data.R:42:3', 'test-get_hvw_data.R:89:3', 'test-get_hvw_data.R:118:3', 'test-get_les.R:2:3', 'test-get_les.R:18:3', 'test-get_les.R:34:3', 'test-get_les.R:50:3', 'test-get_les.R:66:3', 'test-get_les.R:92:3', 'test-get_senate_cloture_votes.R:2:3', 'test-get_senate_sessions.R:2:3', 'test-get_voteview_member_votes.R:22:3', 'test-get_voteview_member_votes.R:53:3', 'test-get_voteview_member_votes.R:79:3', 'test-get_voteview_member_votes.R:95:3', 'test-get_voteview_member_votes.R:134:3', 'test-get_voteview_members.R:2:3', 'test-get_voteview_members.R:22:3', 'test-get_voteview_members.R:52:3', 'test-get_voteview_members.R:91:3', 'test-get_voteview_members.R:106:3', 'test-get_voteview_members.R:142:3', 'test-get_voteview_parties.R:2:3', 'test-get_voteview_parties.R:20:3', 'test-get_voteview_parties.R:40:3', 'test-get_voteview_parties.R:53:3', 'test-get_voteview_parties.R:88:3', 'test-get_voteview_rollcall_votes.R:2:3', 'test-get_voteview_rollcall_votes.R:19:3', 'test-get_voteview_rollcall_votes.R:48:3', 'test-get_voteview_rollcall_votes.R:74:3', 'test-get_voteview_rollcall_votes.R:98:3', 'test-get_voteview_rollcall_votes.R:133:3', 'test-read_html_table.R:2:3', 'test-utils_data_cleaning.R:2:3', 'test-utils_data_cleaning.R:41:3', 'test-utils_data_cleaning.R:87:3', 'test-utils_data_cleaning.R:105:3', 'test-utils_data_reading.R:2:3', 'test-utils_data_reading.R:17:3' • Skipping slow online member-votes downloads. (1): 'test-get_voteview_member_votes.R:2:3' [ FAIL 0 | WARN 0 | SKIP 43 | PASS 117 ] > > proc.time() user system elapsed 3.98 0.50 4.54