CRAN Package Check Results for Package noegletalR

Last updated on 2025-02-23 19:51:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 1.76 24.72 26.48 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 1.79 20.17 21.96 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 43.26 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 40.98 ERROR
r-devel-macos-arm64 0.2.1 28.00 OK
r-devel-macos-x86_64 0.2.1 49.00 NOTE
r-devel-windows-x86_64 0.2.1 4.00 54.00 58.00 ERROR
r-patched-linux-x86_64 0.2.1 2.16 23.37 25.53 ERROR
r-release-linux-x86_64 0.2.1 2.44 23.59 26.03 ERROR
r-release-macos-arm64 0.2.1 26.00 OK
r-release-macos-x86_64 0.2.1 38.00 OK
r-release-windows-x86_64 0.2.1 4.00 52.00 56.00 ERROR
r-oldrel-macos-arm64 0.2.1 29.00 OK
r-oldrel-macos-x86_64 0.2.1 41.00 OK
r-oldrel-windows-x86_64 0.2.1 5.00 51.00 56.00 ERROR

Check Details

Version: 0.2.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘noegletal_get.R’ ‘noegletal_tidy.R’ ‘noegletal_vars.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64, r-devel-windows-x86_64

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘noegletalR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: noegletal_get > ### Title: Get data from noegletal.dk > ### Aliases: noegletal_get > > ### ** Examples > > noegletal_get(muni_codes = c(101, 155), years = 2018:2024, variable_ids = c(001)) Getting requested data from noegletal.dk ... Error in `dplyr::select()`: ! Can't select columns past the end. ℹ Location 1 doesn't exist. ℹ There are only 0 columns. Backtrace: ▆ 1. ├─noegletalR::noegletal_get(...) 2. │ └─noegletalR:::noegletal_parse_html(...) 3. │ ├─dplyr::select(tibble::as_tibble(data_matrix), -1) 4. │ └─dplyr:::select.data.frame(tibble::as_tibble(data_matrix), -1) 5. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call) 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:::sel_diff(out, new, vars, error_call = error_call) 14. │ └─tidyselect:::loc_validate(y, vars, call = error_call) 15. │ └─vctrs::vec_as_location(pos, n = length(vars), call = call) 16. └─vctrs (local) `<fn>`() 17. └─vctrs:::stop_subscript_oob(...) 18. └─vctrs:::stop_subscript(...) 19. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘noegletalR-Ex.R’ failed The error most likely occurred in: > ### Name: noegletal_get > ### Title: Get data from noegletal.dk > ### Aliases: noegletal_get > > ### ** Examples > > noegletal_get(muni_codes = c(101, 155), years = 2018:2024, variable_ids = c(001)) Getting requested data from noegletal.dk ... Error in `dplyr::select()`: ! Can't select columns past the end. ℹ Location 1 doesn't exist. ℹ There are only 0 columns. Backtrace: ▆ 1. ├─noegletalR::noegletal_get(...) 2. │ └─noegletalR:::noegletal_parse_html(...) 3. │ ├─dplyr::select(tibble::as_tibble(data_matrix), -1) 4. │ └─dplyr:::select.data.frame(tibble::as_tibble(data_matrix), -1) 5. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call) 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:::sel_diff(out, new, vars, error_call = error_call) 14. │ └─tidyselect:::loc_validate(y, vars, call = error_call) 15. │ └─vctrs::vec_as_location(pos, n = length(vars), call = call) 16. └─vctrs (local) `<fn>`() 17. └─vctrs:::stop_subscript_oob(...) 18. └─vctrs:::stop_subscript(...) 19. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.