Changelog
Source:NEWS.md
DrugUtilisation 0.8.1
CRAN release: 2024-12-19
- Arguments recorded in summarise* functions by @catalamarti
- Improved performance of addIndication, addTreatment, summariseIndication, summariseTreatment by @catalamarti
DrugUtilisation 0.8.0
CRAN release: 2024-12-10
New features
- Add argument … to generateATC/IngredientCohortSet by @catalamarti
- benchmarkDrugUtilisation to test all functions by @MimiYuchenGuo
- Add confidence intervals to PPC by @catalamarti
- Export erafyCohort by @catalamarti
- Add numberExposures and daysPrescribed to generate functions by @catalamarti
- Add subsetCohort and subsetCohortId arguments to cohort creation functions by @catalamarti
- New function: addDrugRestart by @catalamarti
- Add initialExposureDuration by @catalamarti
- add cohortId to summarise* functions by @catalamarti
- addDaysPrescribed by @catalamarti
- plotDrugUtilisation by @catalamarti
Minor updates
- Account for omopgenerics 0.4.0 by @catalamarti
- Add messages about dropped records in cohort creation by @catalamarti
- Refactor of table functions following visOmopResults 0.5.0 release by @catalamart
- Cast settings to characters by @catalamarti
- checkVersion utility function for tables and plots by @catalamarti
- Deprecation warnings to errors for deprecated arguments in geenrateDrugUtilisation by @catalamarti
- Add message if too many indications by @catalamarti
- not treated -> untreated by @catalamarti
- warn overwrite columns by @catalamarti
- Use omopgenerics assert function by @catalamarti
- add documentation helpers for consistent argument documentation by @catalamarti
- exposedTime -> daysExposed by @catalamarti
- Fix cast warning in mock by @catalamarti
- test addDaysPrescribed by @catalamarti
- refactor plots to use visOmopResults plot tools by @catalamarti
Bug fix
- allow integer64 in sampleSize by @catalamarti
DrugUtilisation 0.7.0
CRAN release: 2024-07-29
Deprecate dose specific functions:
addDailyDose
,addRoute
,stratifyByUnit
.Deprecate drug use functions:
addDrugUse
,summariseDrugUse
.Rename
dailyDoseCoverage
->summariseDoseCoverage
.Refactor of
addIndication
to create a categorical variable per window.New functionality
summariseProportionOfPatientsCovered
,tableProportionOfPatientsCovered
andplotProportionOfPatientsCovered
.Create
require*
functions.New functionality
summariseDrugRestart
,tableDrugRestart
andplotDrugRestart
.New functionality
addDrugUtilisation
,summariseDrugUtilisation
andtableDrugUtilisation