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") [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: - 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: - jsonlite [required by CDMConnector, CodelistGenerator, httr] - openssl [required by httr] Consider reinstalling these packages before snapshotting the lockfile. [ FAIL 0 | WARN 2 | SKIP 17 | PASS 89 ] ══ 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' [ FAIL 0 | WARN 2 | SKIP 17 | PASS 89 ] > > proc.time() user system elapsed 17.37 5.48 77.56