R Under development (unstable) (2024-10-07 r87211 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 = "postgresql") > 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 postgresql ************* Consider adding `DATABASECONNECTOR_JAR_FOLDER='D:\temp\RtmpSqrhEu\jdbcDriverse838776c752'` to C:\Users\CRAN\Documents/.Renviron and restarting R. trying URL 'https://ohdsi.github.io/DatabaseConnectorJars/postgresqlV42.2.18.zip' Content type 'application/zip' length 931791 bytes (909 KB) ================================================== downloaded 909 KB DatabaseConnector postgresql JDBC driver downloaded to 'D:\temp\RtmpSqrhEu\jdbcDriverse838776c752'. [ 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.01 0.31 1.32