R Under development (unstable) (2024-09-09 r87107 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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.5\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmarkdown\lua\latex-div.lua" --embed-resources --standalone --section-divs --template "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmd\h\default.html" --highlight-style pygments --css "D:/RCompile/CRANpkg/lib/4.5/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\RtmpqglfZo\rmarkdown-str309b826d145bf.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.5\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmarkdown\lua\latex-div.lua" --embed-resources --standalone --section-divs --template "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmd\h\default.html" --highlight-style pygments --css "D:/RCompile/CRANpkg/lib/4.5/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\RtmpqglfZo\rmarkdown-str309b8491f71.html" Output created: plots.html processing file: reports.Rmd output file: reports.knit.md "C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS reports.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output reports.html --lua-filter "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmarkdown\lua\latex-div.lua" --embed-resources --standalone --variable bs3=TRUE --section-divs --template "D:\RCompile\CRANpkg\lib\4.5\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --variable theme=bootstrap --css "D:/RCompile/CRANincoming/R-devel/lib/volker/extdata/styles.css" --mathjax --variable "mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "D:\temp\RtmpqglfZo\rmarkdown-str309b87d683c.html" Output created: reports.html The dataset is empty, check your values. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 100 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_skim.R:17:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 100 ] > > proc.time() user system elapsed 45.79 0.85 52.28