Last updated on 2024-05-23 07:55:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 5.19 | 60.55 | 65.74 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.15 | 43.78 | 47.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 71.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 75.19 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 6.00 | 65.00 | 71.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 5.53 | 57.98 | 63.51 | OK | |
r-release-linux-x86_64 | 1.0.0 | 5.58 | 56.00 | 61.58 | OK | |
r-release-macos-arm64 | 1.0.0 | 74.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 122.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 7.00 | 78.00 | 85.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 67.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 141.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 8.00 | 72.00 | 80.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘ARDECO-Ex.R’ failed
The error most likely occurred in:
> ### Name: ARDECO packages
> ### Title: ARDECO packages
> ### Aliases: 'ARDECO packages'
>
> ### ** Examples
>
> ardeco_get_variable_list()
# A tibble: 45 × 2
code description
<chr> <chr>
1 RNLHW "Hours Worked (employees)"
2 RNLHTE "Hours worked per employed person"
3 RNLCN "Active Population - Civilian Labour Force"
4 SOVGZ "GVA at constant prices by industry (10 NACE sectors)"
5 PVGZ "GVA price indices by industry (implicit deflators, national, 2015=1…
6 SNETD "Total Employment (workplace based, employed persons)"
7 RUWCDW "Nominal compensation per employee"
8 RUWCDHH "Nominal unit labour cost based on hours worked"
9 RUWCDWE " Nominal unit labour cost based on persons"
10 SNETZ "Employment by industry (10 NACE sectors)"
# ℹ 35 more rows
> ardeco_get_dataset_list('SNPTN')
Error in `rename()`:
ℹ In argument: `all_of(lookup)`.
Caused by error in `all_of()`:
! Can't subset elements that don't exist.
✖ Element `nutsVersion` doesn't exist.
Backtrace:
▆
1. ├─ARDECO::ardeco_get_dataset_list("SNPTN")
2. │ ├─dplyr::rename(dataset_list, all_of(lookup))
3. │ └─dplyr:::rename.data.frame(dataset_list, all_of(lookup))
4. │ └─tidyselect::eval_rename(expr(c(...)), .data)
5. │ └─tidyselect:::rename_impl(...)
6. │ └─tidyselect:::eval_select_impl(...)
7. │ ├─tidyselect:::with_subscript_errors(...)
8. │ │ └─base::withCallingHandlers(...)
9. │ └─tidyselect:::vars_select_eval(...)
10. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
11. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
12. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
13. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
14. │ └─tidyselect:::eval_context(expr, context_mask, call = error_call)
15. │ ├─tidyselect:::with_chained_errors(...)
16. │ │ └─base::withCallingHandlers(...)
17. │ └─rlang::eval_tidy(as_quosure(expr, env), context_mask)
18. ├─tidyselect::all_of(lookup)
19. │ └─tidyselect:::as_indices_impl(x, vars = vars, strict = TRUE)
20. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg)
21. │ └─vctrs::vec_as_location(...)
22. └─vctrs (local) `<fn>`()
23. └─vctrs:::stop_subscript_oob(...)
24. └─vctrs:::stop_subscript(...)
25. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang