* using log directory 'd:/Rcompile/CRANpkg/local/4.6/volker.Rcheck' * using R Under development (unstable) (2025-09-03 r88788 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'volker/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'volker' version '3.1.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 'volker' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' 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 ... [2s] 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 ... [2s] 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 ... [13s] OK * checking Rd files ... [2s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [12s] ERROR Running examples in 'volker-Ex.R' failed The error most likely occurred in: > ### Name: effect_metrics > ### Title: Output effect sizes and test statistics for metric data > ### Aliases: effect_metrics > > ### ** Examples > > library(volker) > data <- volker::chatgpt > > effect_metrics(data, sd_age, sd_gender) Error in ll(object) : could not find function "ll" Calls: effect_metrics ... tibble_quos -> eval_tidy -> -> AIC.default Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [134s] ERROR Running 'testthat.R' [133s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(volker) Attaching package: 'volker' The following object is masked from 'package:stats': filter > > test_check("volker") processing file: tables.Rmd output file: tables.knit.md "C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS tables.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output tables.html --lua-filter "D:\RCompile\CRANpkg\lib\4.6\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.6\rmarkdown\rmarkdown\lua\latex-div.lua" --embed-resources --standalone --section-divs --template "D:\RCompile\CRANpkg\lib\4.6\rmarkdown\rmd\h\default.html" --highlight-style pygments --css "D:/RCompile/CRANpkg/lib/4.6/rmarkdown/rmarkdown/templates/html_vignette/resources/vignette.css" --mathjax --variable "mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "D:\temp\2025_09_04_01_50_00_23246\RtmpYZMXVF\rmarkdown-str1b92c31c72a5.html" Output created: tables.html processing file: plots.Rmd output file: plots.knit.md "C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS plots.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output plots.html --lua-filter "D:\RCompile\CRANpkg\lib\4.6\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.6\rmarkdown\rmarkdown\lua\latex-div.lua" --embed-resources --standalone --section-divs --template "D:\RCompile\CRANpkg\lib\4.6\rmarkdown\rmd\h\default.html" --highlight-style pygments --css "D:/RCompile/CRANpkg/lib/4.6/rmarkdown/rmarkdown/templates/html_vignette/resources/vignette.css" --mathjax --variable "mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "D:\temp\2025_09_04_01_50_00_23246\RtmpYZMXVF\rmarkdown-str1b92c75bf121b.html" Output created: plots.html processing file: reports.Rmd Quitting from reports.Rmd:66-71 [unnamed-chunk-7] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `ll()`: ! could not find function "ll" --- Backtrace: x 1. +-data %>% dplyr::filter(sd_gender != "diverse") %>% ... 2. +-volker::report_metrics(...) 3. | \-volker:::.report_idx(...) 4. | \-... %>% .add_to_vlkr_rprt(chunks, "Index: Effects") 5. +-volker:::.add_to_vlkr_rprt(., chunks, "Index: Effects") 6. +-volker::effect_metrics(...) 7. | \-volker::effect_metrics_one_grouped(...) 8. | +-dplyr::arrange(...) 9. | +-stats::na.omit(...) 10. | +-volker:::labs_replace(...) 11. | | +-dplyr::rename(...) 12. | | +-dplyr::mutate(...) 13. | | +-dplyr::arrange(dplyr::distinct(data, !!col), !!col) 14. | | \-dplyr::distinct(data, !!col) 15. | +-tidyr::pivot_longer(...) 16. | +-dplyr::mutate(...) 17. | +-dplyr::mutate(...) 18. | +-broom::glance(fit) 19. | \-broom:::glance.lm(fit) 20. | +-base::with(...) 21. | \-base::with.default(...) 22. | \-base::eval(substitute(expr), data, enclos = parent.frame()) 23. | \-base::eval(substitute(expr), data, enclos = parent.frame()) 24. | \-tibble::tibble(...) 25. | \-tibble:::tibble_quos(xs, .rows, .name_repair) 26. | \-rlang::eval_tidy(xs[[j]], mask) 27. +-stats::AIC(x) 28. \-stats:::AIC.default(x) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ FAIL 2 | WARN 0 | SKIP 8 | PASS 129 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-clusters.R:22:3', 'test-factors.R:14:3', 'test-idx.R:13:3', 'test-idx.R:22:3', 'test-idx.R:48:3', 'test-tables.R:112:3', 'test-tables.R:329:3', 'test_skim.R:17:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-effects.R:43:3'): effect_metrics_one_grouped ─────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-effects.R:43:3 2. └─rlang::cnd_signal(state$error) ── Failure ('test-markdown.R:23:3'): Volker reports render without error ─────── Expected `rmarkdown::render("_markdown/reports.Rmd")` to run without any errors. i Actually got a with text: could not find function "ll" [ FAIL 2 | WARN 0 | SKIP 8 | PASS 129 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [8s] OK * checking PDF version of manual ... [26s] OK * checking HTML version of manual ... [27s] OK * DONE Status: 2 ERRORs