R version 4.5.0 alpha (2025-03-17 r87990 ucrt) Copyright (C) 2025 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 = "oracle") > test_check("CohortPathways") Loading required package: CohortPathways 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 oracle ************* Consider adding `DATABASECONNECTOR_JAR_FOLDER='D:\temp\2025_03_18_16_25_16_17414\RtmpyyuTEG\jdbcDrivers1a4304c8649a7'` to C:\Users\CRAN\Documents/.Renviron and restarting R. trying URL 'https://jdbc.postgresql.org/download/postgresql-42.7.3.jar' Content type 'application/java-archive' length 1089312 bytes (1.0 MB) ================================================== downloaded 1.0 MB DatabaseConnector postgresql JDBC driver downloaded to 'D:\temp\2025_03_18_16_25_16_17414\RtmpyyuTEG\jdbcDrivers1a4304c8649a7'. Consider adding `DATABASECONNECTOR_JAR_FOLDER='D:\temp\2025_03_18_16_25_16_17414\RtmpyyuTEG\jdbcDrivers1a4304c8649a7'` to C:\Users\CRAN\Documents/.Renviron and restarting R. trying URL 'https://ohdsi.github.io/DatabaseConnectorJars/oracleV19.8.zip' Content type 'application/zip' length 4101479 bytes (3.9 MB) ================================================== downloaded 3.9 MB DatabaseConnector oracle JDBC driver downloaded to 'D:\temp\2025_03_18_16_25_16_17414\RtmpyyuTEG\jdbcDrivers1a4304c8649a7'. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 3 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • skipCdmTests is TRUE (1): 'test-executeCohortPathways.R:2:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 3 ] > > proc.time() user system elapsed 1.79 0.50 4.26