* using log directory 'd:/Rcompile/CRANpkg/local/4.4/ARDECO.Rcheck' * using R version 4.4.0 (2024-04-24 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'ARDECO/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'ARDECO' version '1.0.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'ARDECO' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [4s] OK * checking Rd files ... [0s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [2s] 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 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 RNLHWH "Hours worked (ratio of employees hw to employed persons hw)" 6 PVGZ "GVA price indices by industry (implicit deflators, national, 2015=1… 7 SNETD "Total Employment (workplace based, employed persons)" 8 RUWCDW "Nominal compensation per employee" 9 RUWCDHH "Nominal unit labour cost based on hours worked" 10 RUWCDWE " Nominal unit labour cost based on persons" # ℹ 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. ✖ Elements `variableCode`, `unit`, `sector`, and `nutsVersion` don'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) ``() 23. └─vctrs:::stop_subscript_oob(...) 24. └─vctrs:::stop_subscript(...) 25. └─rlang::abort(...) Execution halted * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... [1s] OK * DONE Status: 1 ERROR