CRAN Package Check Results for Maintainer ‘Max Feinleib <mhfeinleib at gmail.com>’

Last updated on 2025-11-16 01:49:56 CET.

Package ERROR OK
filibustr 1 12

Package filibustr

Current CRAN status: ERROR: 1, OK: 12

Additional issues

M1mac

Version: 0.5.0
Check: examples
Result: ERROR Running examples in ‘filibustr-Ex.R’ failed The error most likely occurred in: > ### Name: read_html_table > ### Title: Scrape an online HTML table > ### Aliases: read_html_table > > ### ** Examples > > ## Don't show: > if (!is.null(curl::nslookup("voteview.com", error = FALSE))) withAutoprint({ # examplesIf + ## End(Don't show) + # The table used in `get_senate_cloture_votes()` + # NOTE: `get_senate_cloture_votes()` performs some cleaning on this table + read_html_table(url = "https://www.senate.gov/legislative/cloture/clotureCounts.htm", + css = ".cloturecount") + ## Don't show: + }) # examplesIf > read_html_table(url = "https://www.senate.gov/legislative/cloture/clotureCounts.htm", + css = ".cloturecount") # A tibble: 56 × 5 Congress Years `Motions Filed` `Votes on Cloture` `Cloture Invoked` <chr> <chr> <chr> <chr> <chr> 1 119 2025-2026 193 194 167 2 118 2023-2024 266 241 227 3 117 2021-2022 336 289 270 4 116 2019-2020 328 298 270 5 115 2017-2018 201 168 157 6 114 2015-2016 128 123 60 7 113 2013-2014 252 218 187 8 112 2011-2012 115 73 41 9 111 2009-2010 137 91 63 10 110 2007-2008 139 112 61 # ℹ 46 more rows > ## End(Don't show) > ## Don't show: > if (!is.null(curl::nslookup("www.baseball-reference.com", error = FALSE))) withAutoprint({ # examplesIf + ## End(Don't show) + # A table from Baseball Reference + read_html_table(url = "https://www.baseball-reference.com/friv/rules-changes-stats.shtml", + css = "#time_of_game") + ## Don't show: + }) # examplesIf > read_html_table(url = "https://www.baseball-reference.com/friv/rules-changes-stats.shtml", + css = "#time_of_game") Error in open.connection(x, "rb") : cannot open the connection Calls: withAutoprint ... <Anonymous> -> <Anonymous> -> <Anonymous> -> read_html.default Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc