(Note: currently not using version numbers, so referencing release time instead)
Changes:
-
Using
CohortGenerator
package to generate cohorts. This does mean several other tables will be created to hold cohort creation statistics. -
Checking whether
tempEmulationSchema
is provided for those DBMSs that need it. -
Checking if
andromedaTempFolder
can 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
keyring
in example code. -
Updating
renv.lock
to 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
,cohortId
andcohortName
.