Changes in version 1.1.1 (2026-01-28) - Update default of style and type to NULL by @catalamarti in #381 #394 - Issue with TRUE and FALSE in LSC by @catalamarti in #391 - Add support for 'visit_detail' in summariseLargeScaleCharacteristics by @ilovemane in #392 - Refine handling of density estimates in characteristics by @ilovemane in #387 - Handle empty cohort tables in summarise functions by @ilovemane in #383 Changes in version 1.1.0 (2025-11-19) - Add style argument to account for visOmopResults release by @ilovemane @catalamarti in #360 - Add 'Days to next record' as part of the demographics in summariseCharacteristics() by @catalamarti in #378 - Add all age group (even if zero counts) in summariseCharacteristics() by @catalamarti in #378 - Use clock functions for date difference by @catalamarti #367 - Use omock for clean examples of mock data by catalamarti #367 - Remove otherVariablesEstimates by @ilovemane in #362 - Allow to use includeSource = c(T,F) by @ilovemane in #359 - add progress message by @ilovemane in #372 - improve estimate documentation by @ilovemane in #371 - fix order in tableCharacteristics by @ilovemane in #378 - fix png by @ilovemane in #377 - emptySummarise results by @ilovemane in #370 Changes in version 1.0.2 (2025-10-23) - Update documentation by @catalamarti Changes in version 1.0.1 (2025-09-30) - Update tests with copyCdm() (compatibility with PatientProfiles) by @catalamarti in #357 Changes in version 1.0.0 (2025-05-20) - Stable release of the package New features - includeSource -> pair standard and source concepts in LSC by @catalamarti in #329 - new function tableTopLargeScaleCharacteristics by @catalamarti in #335 - refactor function tableLargeScaleCharacteristics by @catalamarti in #335 - summariseCohortCodelist by @catalamarti in #333 Minor fixes - fixes filter group by @ilovemane in #313 - fixes tableintersect suppression problem by @ilovemane in #311 - add .options for table functions by @ilovemane in #319 - density plot for plotCharacteristics by @ilovemane in #320 - use og functions instead of vor by @catalamarti in #332 - improvement on vignettes. by @ilovemane in #327 - Require-minimum-count-for-plot-timing by @ilovemane in #318 - Fix suppressed count print by @catalamarti in #334 Changes in version 0.5.1 (2025-03-27) - Fix bug in plotCohortAttrition to not display NAs by @martaalcalde - Throw error if cohort table is the input of plotCohortAttrition() by @catalamarti Changes in version 0.5.0 (2025-03-18) - Update benchmarkCohortCharacteristics.R by @cecicampanile - fix typo in tableLargeScaleCharacteristics by @catalamarti - fix typo in source_type by @catalamarti - summariseCharacteristics cohort by cohort by @cecicampanile - Allow multiple cdm and cohorts in plotCohortAttrition + png format by @catalamarti - Stack bar in plotCohortOverlap by @ilovemane - variable_name as factor in plotCohortOverlap by @catalamarti - none -> unknown in summariseCharacteristics by @catalamarti - Add weights argument to summariseCharacteristics by @catalamarti - Use filterCohortId when needed by @catalamarti - Fix ' character in plotCohortAttrition by @catalamarti - filter excludeCodes at the end by @catalamarti - use darwin-eu @catalamarti - Typo in plotCohortAttrition by @martaalcalde - uniqueCombination parameter to work in a general way @catalamarti - minimum 5 days in x axis for density plots @catalamarti - improve documentation of minimumFrequency by @catalamarti - add show argument to plotCohortAttrition by @catalamarti - simplify code for overlap and fix edge case with 0 overlap by @catalamarti - arrange ageGroups by order that they are provided in summariseCharacteristics by @catalamarti - otherVariablesEstimates -> estimates in summariseCharacteristics by @catalamarti - add overlapBy argument to summariseCohortOverlap by @catalamarti - Compatibility with visOmopResults 0.5.0 and omopgenerics 0.4.0 by @catalamarti - add message if different pkg versions by @catalamarti - make sure settings are characters by @catalamarti - use requireEunomia and CDMConnector 1.6.0 by @catalamarti - add benchmark function by @catalamarti - Consistent documentation by @catalamarti - Use subjects only when overlapBy = "subject_id" by @catalamarti - add cohortId to LSC by @catalamarti Changes in version 0.3.0 (2024-10-01) - breaking change Complete refactor of table* and plot* functions following visOmopResults 0.4.0 release. - summarise* functions output is always ordered in the same way. - Added a NEWS.md file to track changes to the package.