(Note: currently not using version numbers, so referencing release time instead)
Changes:
- Using HADES March 30 2023 renv lock file (https://github.com/OHDSI/Hades/tree/main/hadesWideReleases/2023Mar30).
Changes:
-
Using
CohortGeneratorpackage to generate cohorts. This does mean several other tables will be created to hold cohort creation statistics. -
Checking whether
tempEmulationSchemais provided for those DBMSs that need it. -
Checking if
andromedaTempFoldercan be created. -
Fetching vocabulary version, study package version, and observation period range when exporting database meta-data.
-
Using new
ParallelLogger, so changing allParallelLogger::logInfo()tomessage()for prettier code. -
Normalizing all paths, so there should be no issue when relative paths are used.
-
Using
keyringin example code. -
Updating
renv.lockto latest versions of all dependencies. -
Storing cohort definitions according to new standard: JSON and SQL file names derived from cohort IDs. List of cohorts in
Cohorts.csv, with columnswebApiCohortId,cohortIdandcohortName.