Changelog
Source:NEWS.md
expstudy 2.0.0
CRAN release: 2024-02-05
- Complete overhaul of expstudy functionality
- Does not lock into data.table or dtplyr::lazy_dt but instead can be any tabular object.
- Moved away from S3 class because it felt as though there wasn’t significant difference from underlying tabular data other than mapping of study measures.
- Focused on function output instead of producing highly-specific, formatted results.
- Built aggregation functionality to perform similarly to dplyr::summarise()
- Built addition of metrics and adjustment of expected/variance measures to perform similarly to dplyr::mutate()
- Added additional function that generates adjustment factors recursively for less-credible mortality assumptions
expstudy 1.0.3
CRAN release: 2022-12-08
- Small hotfix for unit test issue identified by data.table-revdeps