R Under development (unstable) (2024-11-07 r87302 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(TestGenerator) > > test_check("TestGenerator") v Unit Test Definition Created Successfully: 'test' v Unit Test Definition Created Successfully: 'test' trying URL 'https://example-data.ohdsi.dev/empty_cdm.zip' Content type 'application/zip' length 821216248 bytes (783.2 MB) ================================================== downloaded 783.2 MB Download completed! Creating CDM database D:\temp\2024_11_08_17_05_02\RtmpYfAe8x/empty_cdm_5.3.zip ========================>------ 81% | ETA: 1s Note: method with signature 'DBIConnection#Id' chosen for function 'dbExistsTable', target signature 'duckdb_connection#Id'. "duckdb_connection#ANY" would also be valid ! cdm name not specified and could not be inferred from the cdm source table v Patients pushed to blank CDM successfully v Unit Test Definition Created Successfully: 'test' ! cdm name not specified and could not be inferred from the cdm source table v Patients pushed to blank CDM successfully v Unit Test Definition Created Successfully: 'test' ! cdm name not specified and could not be inferred from the cdm source table v Patients pushed to blank CDM successfully v Unit Test Definition Created Successfully: 'mimic_sample' trying URL 'https://physionet.org/static/published-projects/mimic-iv-demo-omop/mimic-iv-demo-data-in-the-omop-common-data-model-0.9.zip' Content type 'application/zip' length 10786504 bytes (10.3 MB) ================================================== downloaded 10.3 MB Download completed! ! Empty Tables Found: attribute_definition, cohort_definition, cost, metadata, note, note_nlp, payer_plan_period, provider v Unit Test Definition Created Successfully: 'test' trying URL 'https://physionet.org/static/published-projects/mimic-iv-demo-omop/mimic-iv-demo-data-in-the-omop-common-data-model-0.9.zip' Content type 'application/zip' length 10786504 bytes (10.3 MB) ================================================== downloaded 10.3 MB Download completed! ! Empty Tables Found: attribute_definition, cohort_definition, cost, metadata, note, note_nlp, payer_plan_period, provider ! Table with non unique ids and filled with num seq: measurement, observation v IDs successfully reduced v Unit Test Definition Created Successfully: 'test' v Patients pushed to blank CDM successfully trying URL 'https://physionet.org/static/published-projects/mimic-iv-demo-omop/mimic-iv-demo-data-in-the-omop-common-data-model-0.9.zip' Content type 'application/zip' length 10786504 bytes (10.3 MB) ================================================== downloaded 10.3 MB Download completed! ! Empty Tables Found: attribute_definition, cohort_definition, cost, metadata, note, note_nlp, payer_plan_period, provider ! Table with non unique ids and filled with num seq: measurement, observation v IDs successfully reduced [ FAIL 0 | WARN 29 | SKIP 1 | PASS 22 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • manual test (1): 'test-utilsCdm.R:2:3' [ FAIL 0 | WARN 29 | SKIP 1 | PASS 22 ] > > proc.time() user system elapsed 207.64 66.90 252.57