Last updated on 2026-08-13 00:51:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | OK | |||||
| r-devel-linux-x86_64-debian-gcc | 0.5.2 | 2.29 | 40.60 | 42.89 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.2 | 38.17 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 42.82 | OK | |||
| r-devel-windows-x86_64 | 0.5.2 | 6.00 | 83.00 | 89.00 | OK | |
| r-patched-linux-x86_64 | 0.5.2 | 3.19 | 49.75 | 52.94 | OK | |
| r-release-linux-x86_64 | 0.5.2 | 3.11 | 50.22 | 53.33 | OK | |
| r-release-macos-arm64 | 0.5.2 | 1.00 | 41.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 0.5.2 | 2.00 | 100.00 | 102.00 | OK | |
| r-release-windows-x86_64 | 0.5.2 | 7.00 | 82.00 | 89.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.2 | 1.00 | 40.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.2 | 2.00 | 80.00 | 82.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.2 | 7.00 | 93.00 | 100.00 | OK |
Version: 0.5.2
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 `resp_body_raw()`:
! Can't retrieve empty body.
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::resp_body_string(response)
9. └─httr2::resp_body_raw(resp)
10. └─cli::cli_abort("Can't retrieve empty body.")
11. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc