R Under development (unstable) (2024-04-29 r86495 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\RtmpyCqnVH\file305c83bab56b0/GiBleed_5.3.zip [ FAIL 0 | WARN 0 | SKIP 24 | PASS 223 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • Capr cannot be loaded (1): 'test-db-generateCohortSet.R:77:3' • CirceR cannot be loaded (8): 'test-db-custom_cohort_creation.R:42:5', 'test-db-generateCohortSet.R:64:5', 'test-db-generateCohortSet.R:210:3', 'test-db-generateConceptCohortSet.R:307:5', 'test-db-generic-bind.R:22:5', 'test-db-newGeneratedCohortSet.R:126:3', 'test-db-newGeneratedCohortSet.R:179:3', 'test-write_prefix_cohort_generation_snowflake.R:3:3' • On CRAN (6): 'test-db-generateConceptCohortSet.R:319:3', 'test-db-generateConceptCohortSet.R:336:3', 'test-db-generateConceptCohortSet.R:361:3', 'test-db-recordCohortAttrition.R:121:5', 'test-db-recordCohortAttrition.R:134:3', 'test-memory-issue.R:6:3' • TreatmentPatterns cannot be loaded (1): 'test-db-generateCohortSet.R:127:3' • arrow::write_parquet is failing (1): 'test-local_cdm.R:3:3' • eunomia_is_available("empty_cdm") is not TRUE (1): 'test-Eunomia.R:42:3' • failing test (1): 'test-db-dateadd.R:126:3' • manual test (5): 'test-Eunomia.R:2:3', 'test-db-copy_cdm_to.R:62:3', 'test-db-generateCohortSet.R:108:3', 'test-db-generateCohortSet.R:243:3', 'test-db-write_schema_with_database.R:5:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 223 ] Warning message: Connection is garbage-collected, use dbDisconnect() to avoid this. > > > > > > proc.time() user system elapsed 106.00 12.26 105.42