CRAN Package Check Results for Package filibustr

Last updated on 2026-08-20 02:51:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.2 2.68 55.99 58.67 OK
r-devel-linux-x86_64-debian-gcc 0.5.2 2.40 43.17 45.57 OK
r-devel-linux-x86_64-fedora-clang 0.5.2 33.89 OK
r-devel-linux-x86_64-fedora-gcc 0.5.2 42.53 OK
r-devel-windows-x86_64 0.5.2 7.00 89.00 96.00 OK
r-patched-linux-x86_64 0.5.2 3.13 47.01 50.14 ERROR
r-release-linux-x86_64 0.5.2 2.75 47.59 50.34 ERROR
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 6.00 0.00 6.00 ERROR
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 92.00 99.00 ERROR

Check Details

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 Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.5.2
Check: examples
Result: ERROR Running examples in 'filibustr-Ex.R' failed The error most likely occurred in: > ### 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-release-windows-x86_64

Version: 0.5.2
Check: examples
Result: ERROR Running examples in 'filibustr-Ex.R' failed The error most likely occurred in: > ### 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-oldrel-windows-x86_64