R version 4.6.0 RC (2026-04-22 r89945 ucrt) -- "Because it was There" 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(OmopStudyBuilder) > > test_check("OmopStudyBuilder") Saving _problems/test-initStudy-121.R Saving _problems/test-initStudy-122.R Saving _problems/test-initStudy-123.R Saving _problems/test-initStudy-124.R [5/27] [6/27] [7/27] [8/27] [9/27] [10/27] [11/27] [12/27] [13/27] [14/27] [15/27] [16/27] [17/27] [18/27] [19/27] [20/27] [21/27] [22/27] [23/27] [24/27] [25/27] [26/27] [27/27] The following required packages are not installed: - crayon [required by progress, readr, vroom] - jsonlite [required by CDMConnector, CodelistGenerator, httr] - openssl [required by httr] Consider reinstalling these packages before snapshotting the lockfile. The following required packages are not installed: - crayon [required by progress, readr, vroom] - jsonlite [required by CDMConnector, CodelistGenerator, httr] - openssl [required by httr] Consider reinstalling these packages before snapshotting the lockfile. [ FAIL 4 | WARN 2 | SKIP 17 | PASS 85 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • Docker not available (2): 'test-dockerWrapper.R:8:3', 'test-dockerWrapper.R:30:3' • Integration test - requires built image (1): 'test-dockerWrapper.R:99:3' • Integration test - requires built image and config file (1): 'test-dockerWrapper.R:107:3' • Integration test - requires built image and test script (3): 'test-dockerWrapper.R:103:3', 'test-dockerWrapper.R:111:3', 'test-dockerWrapper.R:115:3' • Integration test - requires built rstudio image (4): 'test-dockerWrapper.R:65:3', 'test-dockerWrapper.R:69:3', 'test-dockerWrapper.R:73:3', 'test-dockerWrapper.R:77:3' • Integration test - requires running container (2): 'test-dockerWrapper.R:85:3', 'test-dockerWrapper.R:89:3' • Integration test - requires valid renv project (2): 'test-dockerWrapper.R:53:3', 'test-dockerWrapper.R:57:3' • Manual test - set RUN_MANUAL_TESTS=true to run (requires GITHUB_PAT) (2): 'test-linkGitHub.R:308:3', 'test-linkGitHub.R:342:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-initStudy.R:121:3'): README.md folder labels do not include trailing slashes ── Expected `grepl(...)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-initStudy.R:122:3'): README.md folder labels do not include trailing slashes ── Expected `grepl(...)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-initStudy.R:123:3'): README.md folder labels do not include trailing slashes ── Expected `grepl("\\*\\*\\[studyCode\\]\\(studyCode/\\)\\*\\*", readme_text)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-initStudy.R:124:3'): README.md folder labels do not include trailing slashes ── Expected `grepl("\\*\\*\\[studyShiny\\]\\(studyShiny/\\)\\*\\*", readme_text)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 4 | WARN 2 | SKIP 17 | PASS 85 ] Error: ! Test failures. Execution halted