Last updated on 2026-03-06 08:51:15 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.1 | 3.15 | 55.95 | 59.10 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.1 | 2.00 | 39.06 | 41.06 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.1 | 5.00 | 82.73 | 87.73 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 5.00 | 93.59 | 98.59 | OK | |
| r-devel-macos-arm64 | 0.5.1 | 1.00 | 46.00 | 47.00 | OK | |
| r-devel-windows-x86_64 | 0.5.1 | 4.00 | 82.00 | 86.00 | OK | |
| r-patched-linux-x86_64 | 0.5.1 | 2.36 | 48.73 | 51.09 | OK | |
| r-release-linux-x86_64 | 0.5.1 | 3.04 | 49.07 | 52.11 | 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 | 5.00 | 82.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 | 7.00 | 101.00 | 108.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 `dplyr::mutate()`:
ℹ In argument: `dplyr::across(...)`.
Caused by error in `across()`:
! Can't select columns that don't exist.
✖ Column `congress` doesn't exist.
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:::fix_hvw_coltypes(df, chamber = chamber, local_path = local_path)
8. │ ├─dplyr::mutate(...)
9. │ ├─dplyr::mutate(...)
10. │ └─dplyr:::mutate.data.frame(...)
11. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
12. │ ├─base::withCallingHandlers(...)
13. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
14. │ └─dplyr:::expand_across(dot)
15. │ └─dplyr:::across_setup(...)
16. │ └─tidyselect::eval_select(cols, data = data, error_call = error_call)
17. │ └─tidyselect:::eval_select_impl(...)
18. │ ├─tidyselect:::with_subscript_errors(...)
19. │ │ └─base::withCallingHandlers(...)
20. │ └─tidyselect:::vars_select_eval(...)
21. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
22. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
23. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
24. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
25. │ └─tidyselect:::as_indices_sel_impl(...)
26. │ └─tidyselect:::as_indices_impl(...)
27. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg)
28. │ └─vctrs::vec_as_location(...)
29. └─vctrs (local) `<fn>`()
30. └─vctrs:::stop_subscript_oob(...)
31. └─vctrs:::stop_subscript(...)
32. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc