R Under development (unstable) (2023-09-11 r85126 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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) > options(dbms = "sql server") > test_check("CohortExplorer") Loading required package: CohortExplorer Loading required package: DatabaseConnector Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union ************* Testing on sql server ************* Consider adding `DATABASECONNECTOR_JAR_FOLDER='D:\temp\Rtmp8UpvkX\jdbcDriverse8b46cba5417'` to C:\Users\CRAN\Documents/.Renviron and restarting R. trying URL 'https://ohdsi.github.io/DatabaseConnectorJars/sqlServerV9.2.0.zip' Content type 'application/zip' length 1262814 bytes (1.2 MB) ================================================== downloaded 1.2 MB DatabaseConnector sql server JDBC driver downloaded to 'D:\temp\Rtmp8UpvkX\jdbcDriverse8b46cba5417'. [ FAIL 0 | WARN 0 | SKIP 7 | PASS 0 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • CDM settings not configured (7): 'test-createCohortExplorerApp.R:2:3', 'test-createCohortExplorerApp.R:61:3', 'test-createCohortExplorerApp.R:87:3', 'test-createCohortExplorerApp.R:111:3', 'test-createCohortExplorerApp.R:161:3', 'test-createCohortExplorerApp.R:225:3', 'test-createCohortExplorerApp.R:291:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 0 ] > > proc.time() user system elapsed 1.26 0.25 1.78