Changelog
Source:NEWS.md
CohortAlgebra 0.3.0
CRAN release: 2024-06-04
Optimized sql for Cohort Era. Thank you @chrisknoll who wrote the SQL
CohortAlgebra 0.2.1
CRAN release: 2024-06-02
Explicitly cast cohort_definition_id, subject_id as BIGINT and cohort_start_date, cohort_end_date as DATE. This reduces the chances of cohort table having INT or date-time.
CohortAlgebra 0.2.0
CRAN release: 2024-01-28
Added new function reindexRules(). Tests added. Tests pass. Improved test coverage.