Last updated on 2026-07-01 10:02:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.2 | 2.86 | 55.24 | 58.10 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.2 | 2.20 | 40.03 | 42.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.2 | 5.00 | 87.05 | 92.05 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 98.91 | OK | |||
| r-devel-windows-x86_64 | 0.5.2 | 5.00 | 80.00 | 85.00 | OK | |
| r-patched-linux-x86_64 | 0.5.2 | 2.76 | 49.41 | 52.17 | OK | |
| r-release-linux-x86_64 | 0.5.2 | 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 | 5.00 | 80.00 | 85.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 | 6.00 | 112.00 | 118.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 `httr2::req_perform()`:
! HTTP 504 Gateway Timeout.
ℹ ERROR 504 when retrieving online data from the Harvard Dataverse website.
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. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
11. ├─rlang::catch_cnd(...)
12. │ ├─rlang::eval_bare(...)
13. │ ├─base::tryCatch(...)
14. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
15. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
16. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
17. │ └─base::force(expr)
18. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc