R Under development (unstable) (2024-01-17 r85813 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(CDMConnector) > > test_check("CDMConnector") trying URL 'https://example-data.ohdsi.dev/GiBleed.zip' Content type 'application/zip' length 6754786 bytes (6.4 MB) ================================================== downloaded 6.4 MB Download completed! Creating CDM database D:\temp\RtmpqsMyKn\filef1a4733764b/GiBleed_5.3.zip -- running cdm test on duckdb ------------------------------------------------- DBI::dbIsValid(con): TRUE [ FAIL 0 | WARN 0 | SKIP 19 | PASS 255 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • Capr cannot be loaded (1): 'test-db-generateCohortSet.R:80:3' • CirceR cannot be loaded (6): 'test-db-generateCohortSet.R:67:5', 'test-db-generateCohortSet.R:215:3', 'test-db-generateConceptCohortSet.R:273:5', 'test-db-newGeneratedCohortSet.R:126:3', 'test-db-newGeneratedCohortSet.R:172:3', 'test-db-recordCohortAttrition.R:133:3' • On CRAN (1): 'test-write_prefix_cohort_generation_snowflake.R:4:3' • TreatmentPatterns cannot be loaded (1): 'test-db-generateCohortSet.R:130:3' • arrow cannot be loaded (1): 'test-local_cdm.R:3:3' • failing test (3): 'test-db-dateadd.R:126:3', 'test-readCohortSet.R:3:3', 'test-readCohortSet.R:22:3' • manual test (5): 'test-Eunomia.R:2:3', 'test-db-copy_cdm_to.R:64:3', 'test-db-generateCohortSet.R:113:3', 'test-db-generateCohortSet.R:246:3', 'test-db-write_schema_with_database.R:5:3' • visR cannot be loaded (1): 'test-visR.R:3:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 255 ] There were 38 warnings (use warnings() to see them) > > > > > > proc.time() user system elapsed 55.28 5.59 55.93 Warning messages: 1: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 2: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this.