CRAN Package Check Results for Maintainer ‘Frederik Larsen <frlars21 at student.aau.dk>’

Last updated on 2025-02-11 07:48:49 CET.

Package ERROR NOTE OK
noegletalR 8 1 4

Package noegletalR

Current CRAN status: ERROR: 8, NOTE: 1, OK: 4

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-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-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