Releases: CDCgov/cfa-gam-rt
v0.3.0
This release introduces support for modeling and correcting day-of-week effects in case reporting. It allows for default day-of-week detection or user-specified custom day-of-week levels, such as for holidays.
Features
v0.2.0
This release introduces new functionality for working with RtGam models, including S3 methods for prediction and plotting. It also includes bug fixes, improved handling of input data, and enhanced developer tooling to streamline contributions and maintenance.
Features
- Predict method for RtGam models, with parameters
obs_cases
,r
, andRt
(#48) - Plot method for RtGam models built off the predict method (#76)
- Cast dates passed as strings to a
Date
if possible (#67) - New "Getting Started" vignette walking through the basics on how to use the package (#83)
Bugs
- Drop old typos that snuck through the WORDLIST setup (#73)
- Turn off credential caching in WORDLIST update action preventing CI from restarting (#74)
- Prepend missing zero to the start of the GI PMF for the sample dataset (#70)
Developer tooling
- Update
{primarycensoreddist}
to{primarycensored}
to match the name change in its v0.6.0 release (#53) - Automatically refer to the argument name in error messages (#51)
- Add Dependabot for GitHub Actions (#55)
- Error R CMD check for NOTEs when running in CI (#57)
- Set default merge strategy for NEWS.md to
union
to limit merge conflicts (#58) - Added a Justfile with some common development tasks (#56)
- Set up automated spellcheck (#61)
- Add slash-command to update WORDLIST in a PR (#64)
- Remove pre-commit hooks from extraneous languages
- Add Justfile recipe to locally update PR with rebase (#75)
- Cancel in-progress GitHub Actions runs on subsequent push to a PR (#72)
- Set default merge strategy for WORDLIST to
union
to limit merge conflicts (#78)
v0.1.0
This initial release focuses on establishing the package's foundation to support future development. It introduces basic functionality for fitting and returning models, while setting up essential components such as package initialization, documentation, and continuous integration systems.
Features
- Add as package data the simulated dataset from Gostic, 2020 for unit testing and future benchmarking (#37)
- Display CI status in README badges (#27)
- Initial working package, prepping input data, fitting the model, and returning an RtGam object (#14)
- Specify an internal data schema with comprehensive input validation (#7)