R Under development (unstable) (2026-02-23 r89469 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. > library("testthat") > library("pkglite") > > test_check("pkglite") -- File specification ---------------------------------------------------------- - Relative path: "R/" - Pattern: "\\.R$" - Format: "text" - Recursive: FALSE - Ignore case: TRUE - All files: FALSE Removing line 6 Removing line 7 Writing to: "D:\\temp\\2026_02_24_17_00_17_3696\\RtmpGo8164\\filee8ac47cf535f" str1 str2 str999 -- This is a test heading ------------------------------------------------------ -- This is a really longgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg heading -- This is a test heading plus other things ------------------------------------ -- This is a heading with some special symbols like *,;%#$.plus other things --- - This is a test heading plus other things -- File collection ------------------------------------------------------------- -- Package: pkg1 --------------------------------------------------------------- path_rel format 1 vignettes/example.bib text 2 vignettes/pkg1.Rmd text Reading "DESCRIPTION" Reading "NAMESPACE" Reading "NEWS.md" Reading "README.md" Reading "R/data.R" Reading "R/hello.R" Reading "R/pkg1-package.R" Reading "R/sysdata.rda" Reading "man/dataset.Rd" Reading "man/hello_world.Rd" Reading "man/pkg1-package.Rd" Reading "man/figures/logo.png" Reading "vignettes/example.bib" Reading "vignettes/pkg1.Rmd" Reading "data/dataset.rda" Reading "DESCRIPTION" Reading "NAMESPACE" Reading "NEWS.md" Reading "README.md" Reading "R/data.R" Reading "R/hello.R" Reading "R/pkg2-package.R" Reading "R/sysdata.rda" Reading "man/dataset.Rd" Reading "man/hello_world.Rd" Reading "man/pkg2-package.Rd" Reading "man/figures/logo.png" Reading "vignettes/example.bib" Reading "vignettes/pkg2.Rmd" Reading "data/dataset.rda" [ FAIL 0 | WARN 0 | SKIP 5 | PASS 118 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-independent_test_pack.R:1:1', 'test-independent_test_pack.R:14:1', 'test-independent_test_pack.R:23:1', 'test-independent_test_pack.R:45:1', 'test-independent_test_unpack.R:22:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 118 ] > > proc.time() user system elapsed 2.37 0.57 2.93