Last updated on 2026-02-05 03:49:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.1 | 2.58 | 53.84 | 56.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.1 | 2.08 | 38.33 | 40.41 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.1 | 86.08 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 5.00 | 93.63 | 98.63 | OK | |
| r-devel-windows-x86_64 | 0.5.1 | 5.00 | 82.00 | 87.00 | OK | |
| r-patched-linux-x86_64 | 0.5.1 | 3.10 | 43.77 | 46.87 | ERROR | |
| r-release-linux-x86_64 | 0.5.1 | 2.79 | 46.96 | 49.75 | OK | |
| r-release-macos-arm64 | 0.5.1 | 1.00 | 33.00 | 34.00 | OK | |
| r-release-macos-x86_64 | 0.5.1 | 2.00 | 95.00 | 97.00 | OK | |
| r-release-windows-x86_64 | 0.5.1 | 4.00 | 83.00 | 87.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.1 | 1.00 | 61.00 | 62.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.1 | 2.00 | 96.00 | 98.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.1 | 6.00 | 93.00 | 99.00 | OK |
Version: 0.5.1
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_hvw_data
> ### Title: Get replication data from Harbridge-Yong, Volden, and Wiseman
> ### (2023)
> ### Aliases: get_hvw_data
>
> ### ** Examples
>
> ## Don't show:
> if (!is.null(curl::nslookup("dataverse.harvard.edu", error = FALSE))) withAutoprint({ # examplesIf
+ ## End(Don't show)
+ get_hvw_data("senate")
+ ## Don't show:
+ }) # examplesIf
> get_hvw_data("senate")
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [dataverse.harvard.edu]:
Connection timed out after 10000 milliseconds
Backtrace:
▆
1. ├─base::withAutoprint(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. └─filibustr::get_hvw_data("senate")
7. └─filibustr:::get_online_data(url = url, source_name = "Harvard Dataverse")
8. └─httr2::req_perform(...)
9. └─httr2:::handle_resp(req, resp, error_call = error_call)
10. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.1
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_hvw_data
> ### Title: Get replication data from Harbridge-Yong, Volden, and Wiseman
> ### (2023)
> ### Aliases: get_hvw_data
>
> ### ** Examples
>
> ## Don't show:
> if (!is.null(curl::nslookup("dataverse.harvard.edu", error = FALSE))) withAutoprint({ # examplesIf
+ ## End(Don't show)
+ get_hvw_data("senate")
+ ## Don't show:
+ }) # examplesIf
> get_hvw_data("senate")
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [dataverse.harvard.edu]:
Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─base::withAutoprint(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. └─filibustr::get_hvw_data("senate")
7. └─filibustr:::get_online_data(url = url, source_name = "Harvard Dataverse")
8. └─httr2::req_perform(...)
9. └─httr2:::handle_resp(req, resp, error_call = error_call)
10. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-patched-linux-x86_64