Last updated on 2025-10-17 09:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 1.67 | 51.58 | 53.25 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 1.69 | 40.48 | 42.17 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 82.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 89.02 | OK | |||
r-devel-windows-x86_64 | 0.2.2 | 4.00 | 99.00 | 103.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.2 | 3.37 | 47.81 | 51.18 | OK | |
r-release-linux-x86_64 | 0.2.2 | 2.59 | 47.72 | 50.31 | OK | |
r-release-macos-arm64 | 0.2.2 | 90.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 125.00 | OK | |||
r-release-windows-x86_64 | 0.2.2 | 5.00 | 104.00 | 109.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | 96.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.2 | 129.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.2 | 6.00 | 111.00 | 117.00 | OK |
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in 'cvdprevent-Ex.R' failed
The error most likely occurred in:
> ### Name: cvd_indicator_raw_data
> ### Title: Indicator raw data (JSON)
> ### Aliases: cvd_indicator_raw_data
>
> ### ** Examples
>
> # return all metric data for indicator 'AF: treatment with anticoagulants'
> # (indicator ID 7) in time period 17 at GP practice level (system level ID 5):
> cvd_indicator_raw_data(indicator_id = 7, time_period_id = 17, system_level_id = 5) |>
+ dplyr::slice_head(n = 5) |>
+ dplyr::select(AreaCode, AreaName, Value)
✖ Metric ID is invalid
Error in `dplyr::select()`:
! Can't select columns that don't exist.
✖ Column `AreaCode` doesn't exist.
Backtrace:
▆
1. ├─dplyr::select(...)
2. ├─dplyr:::select.data.frame(...)
3. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call)
4. │ └─tidyselect:::eval_select_impl(...)
5. │ ├─tidyselect:::with_subscript_errors(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ └─tidyselect:::vars_select_eval(...)
8. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
9. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
10. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
11. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
12. │ └─tidyselect:::as_indices_sel_impl(...)
13. │ └─tidyselect:::as_indices_impl(...)
14. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg)
15. │ └─vctrs::vec_as_location(...)
16. └─vctrs (local) `<fn>`()
17. └─vctrs:::stop_subscript_oob(...)
18. └─vctrs:::stop_subscript(...)
19. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64