Last updated on 2025-07-17 19:51:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 2.83 | 39.39 | 42.22 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 1.88 | 31.05 | 32.93 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 64.29 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 62.83 | ERROR | |||
r-devel-windows-x86_64 | 0.4.0 | 4.00 | 71.00 | 75.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.0 | 3.04 | 35.00 | 38.04 | ERROR | |
r-release-linux-x86_64 | 0.4.0 | 2.87 | 35.18 | 38.05 | ERROR | |
r-release-macos-arm64 | 0.4.0 | 39.00 | OK | |||
r-release-macos-x86_64 | 0.4.0 | 78.00 | OK | |||
r-release-windows-x86_64 | 0.4.0 | 5.00 | 74.00 | 79.00 | ERROR | |
r-oldrel-macos-arm64 | 0.4.0 | 76.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.0 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.0 | 6.00 | 82.00 | 88.00 | ERROR |
Version: 0.4.0
Check: examples
Result: 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.916 0.233 6.334
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.4.0
Check: examples
Result: 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()`:
! HTTP 404 Not Found.
ℹ ERROR 404 when retrieving online data from the Voteview website.
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.716 0.477 10.137
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: examples
Result: 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 -> <Anonymous> -> value.list
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4.0
Check: examples
Result: 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 -> <Anonymous> -> value.list
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.4.0
Check: examples
Result: 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
Flavor: r-patched-linux-x86_64
Version: 0.4.0
Check: examples
Result: 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.789 0.343 7.773
Flavor: r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.