R Under development (unstable) (2026-03-17 r89645 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(lbstproj) > > test_check("lbstproj") i Created directory 'R/analysis'. v Fig-Test file created at 'R/figures/fig-test.R'. v Tab-Test file created at 'R/tables/tab-test.R'. Enter project information: i Default values are shown in [brackets]. Press [Enter] to accept the default. v Setting active project to "D:/temp/2026_03_18_14_35_17_22115/RtmpMPBr4g/lbstproj-create-feb82a6340b6/test-project". v Writing 'test-project.Rproj'. v Adding ".Rproj.user" to '.gitignore'. v Creating project structure v Writing 'DESCRIPTION' v Writing 'table_of_tables.xlsx' to 'data/tot' v Project setup complete! Start working! v Setting active project to "D:/temp/2026_03_18_14_35_17_22115/RtmpMPBr4g/lbstproj-create-feb82a6340b6/test-project". Enter project information: i Default values are shown in [brackets]. Press [Enter] to accept the default. v Setting active project to "D:/temp/2026_03_18_14_35_17_22115/RtmpMPBr4g/lbstproj-create-feb8733d1a69/test-project". Enter project information: i Default values are shown in [brackets]. Press [Enter] to accept the default. v Setting active project to "D:/temp/2026_03_18_14_35_17_22115/RtmpMPBr4g/lbstproj-create-feb860eb7627/test-project". Enter project information: i Default values are shown in [brackets]. Press [Enter] to accept the default. v Setting active project to "D:/temp/2026_03_18_14_35_17_22115/RtmpMPBr4g/lbstproj-create-feb8608053a0/test-project". Author's name [Jane Doe]: Author's email address [jane.doe@email.com]: ! Found 2 files in 'R/figures' but not in the ToT: fig-a.R and fig-b.R i Found 1 file. i Sourcing file 1/1: dat1 v Sourced file 1/1: dat1 [35ms] ! 1 script failed and was skipped: ! 1 script failed and was skipped: i Use `archive_report()` to archive the rendered report in 'results/reports/' i Created directory 'data/tables'. i Created directory 'data/tables'. i Created directory 'data/tables'. i Created directory 'data/tables'. i Created directory 'results/tables'. i Created directory 'results/figures'. i Created directory 'results/figures'. i Created directory 'results/figures'. i Created directory 'results/figures'. [ FAIL 0 | WARN 0 | SKIP 4 | PASS 183 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-create_chunk.R:106:1', 'test-create_from_tot.R:64:1', 'test-create_report.R:156:1', 'test-run_report.R:126:1' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 183 ] > > proc.time() user system elapsed 14.81 2.92 19.03