Changes in version 0.6.2.9000 - Deprecated mockConcepts() because it creates placeholder concept rows that may be mistaken for real OMOP vocabulary content. Use mockCdmReference(vocabularySet = "eunomia"), mockVocabularyTables(), or subsetVocabularyTables() instead. Changes in version 0.6.2 (2026-03-23) Changes in version 0.6.1 (2026-02-03) New Features and Improvements - Improved dataset downloads with retry logic and timeout handling for more reliable fetching. - Updated mock dataset URLs to a new storage location and improved join logic. - Enhanced mock CDM examples, including clearer error handling and more robust behaviour. - Added an internal GI Bleed dataset, along with the associated loading logic, for expanded example coverage. Bug Fixes - Removed unused input validation and table-checking functions to simplify the codebase. - Fixed the placement of rows_to_keep calculation in mockCohort to ensure correct behaviour. Changes in version 0.6.0 (2025-10-31) New Features and Improvements - Added new vignettes and updated to omopgenerics 1.3.1 #184 - Introduced support for mockCdmFromTables() #196 - Added re-exported functions from omopgenerics for improved usability #198 - Added warning messages in mockCohort() for clearer user feedback #197 - Added visit_detail mock table support #224 - Added function to change CDM version from 5.3 to 5.4 #221 Updates and Maintenance - Updated citation and badge information #195 - Updated drugStrength from RDS source #194 - General updates and internal refinements #207 - Replaced deprecated lubridate usage with clock for date-time handling #222 Bug Fixes - Fixed handling of concepts not in OMOP tables #199 - Fixed vocabulary set retrieval issues #209 - Fixed concept type ID handling #208 - Fixed download truncation issues #212 - Fixed other minor bugs #192 #200 Changes in version 0.5.0 (2025-09-01) - add option source to mockCdmFromDataset by @catalamarti #158 Changes in version 0.4.0 (2025-06-12) - Add contributing guidlines by @ilovemane in #152 - Speed up start and end dates by @catalamarti in #150 - Speed up mockObservationPeriod.R by @ilovemane in #153 - Add mock datasets by @catalamarti in #154 - Speed up mockCohort.R by @ilovemane in #156 - Test mock datasets creation by @catalamarti in #155 Changes in version 0.3.2 (2025-01-23) Changes in version 0.3.1 (2024-10-15) Changes in version 0.3.0 (2024-09-20) Changes in version 0.2.0 (2024-05-20) Changes in version 0.1.0 (2024-03-08) - Initial CRAN submission.