Changelog
Source:NEWS.md
TestGenerator 0.7.0
CRAN release: 2026-04-30
Support for PostgreSQL as a DBMS in
patientsCDM()Added
RPostgrestoImportsAdded
skip_on_cran()to several tests to avoid network dependencies duringR CMD checkUpdated
.gitignoreand.Rbuildignore
TestGenerator 0.6.0
CRAN release: 2026-04-16
Support other database types next to duckdb: sqlserver and databricks
Remove dependency on arrow
generateTestTables()creates the most common used tables in the Excel sheet by default
TestGenerator 0.5.0
CRAN release: 2026-01-14
- Support cdm version 5.4, this requires the latest version of CDMConnector
TestGenerator 0.4.0
CRAN release: 2025-05-27
- Extra tables can be added through
readPatients.xl(), that table then is pushed to “other tables” in the CDM reference usingpatientsCDM().
TestGenerator 0.3.3
CRAN release: 2024-11-08
generateTestTable()creates an Excel file with sheets that correspond to OMOP-CDM tables.patientsCDM()now acceptscdmNameas argument to allow for custom cdm name.getEmptyCDM()returns an empty cdm object.
TestGenerator 0.3.1
CRAN release: 2024-05-28
readPatients()now has a parameter to select either Excel or CSV files as an input.readPatients.xl()andreadPatients.csvare also exported functions for convenience.graphCohort()provides a visualisation of cohort timelines.JSONS are saved in the testthat/testCases folder as default for better test self-containment.
Tested with MIMIC database.