R Under development (unstable) (2025-05-10 r88193 ucrt) -- "Unsuffered Consequences" 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. > # 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 All tables are valid v All tables are valid. Non-standard table(s) in test data: pregnancy x The following tables are invalid: pregnancy v All tables are valid v Unit Test Definition Created Successfully: 'test' v All tables are valid. Non-standard table(s) in test data: pregnancy v Unit Test Definition Created Successfully: 'pregnancy' v All tables are valid 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\2025_05_11_21_40_17_611\RtmpCc6wOL/empty_cdm_5.3.zip ! cdm name not specified and could not be inferred from the cdm source table x Non-standard table(s) in test data: pregnancy x Standard table(s) in test data: person, observation_period, condition_occurrence, measurement, drug_exposure, visit_detail, visit_occurrence, procedure_occurrence, device_exposure, observation, note, death, note_nlp, specimen and fact_relationship v Patients pushed to blank CDM successfully v All tables are valid. Non-standard table(s) in test data: pregnancy v Unit Test Definition Created Successfully: 'pregnancy' ! cdm name not specified and could not be inferred from the cdm source table x Non-standard table(s) in test data: pregnancy x Standard table(s) in test data: person, observation_period, condition_occurrence, measurement, drug_exposure, visit_detail, visit_occurrence, procedure_occurrence, device_exposure, observation, note, death, note_nlp, specimen and fact_relationship v Patients pushed to blank CDM successfully v All tables are valid v Unit Test Definition Created Successfully: 'test' ! cdm name not specified and could not be inferred from the cdm source table x Standard table(s) in test data: person, observation_period, condition_occurrence, measurement, drug_exposure, visit_detail, visit_occurrence, procedure_occurrence, device_exposure, observation, death, note, note_nlp, specimen and fact_relationship v Patients pushed to blank CDM successfully v All tables are valid v Unit Test Definition Created Successfully: 'test' ! cdm name not specified and could not be inferred from the cdm source table x Standard table(s) in test data: person, observation_period, condition_occurrence, measurement, drug_exposure, visit_detail, visit_occurrence, procedure_occurrence, device_exposure, observation, death, note, note_nlp, specimen and fact_relationship v Patients pushed to blank CDM successfully v Unit Test Definition Created Successfully: 'mimic_sample' Timeout was reached [physionet.org]: Operation timed out after 1000 milliseconds with 212686 out of 10786504 bytes received Timeout was reached [physionet.org]: Operation timed out after 1014 milliseconds with 261838 out of 10786504 bytes received Timeout was reached [physionet.org]: Operation timed out after 1001 milliseconds with 327374 out of 10786504 bytes received [ FAIL 0 | WARN 4 | SKIP 4 | PASS 25 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • empty test (3): 'test-patients.R:128:1', 'test-patients.R:152:1', 'test-patients.R:183:1' • manual test (1): 'test-utilsCdm.R:2:3' [ FAIL 0 | WARN 4 | SKIP 4 | PASS 25 ] > > proc.time() user system elapsed 91.96 32.54 71.14