-
Predict method for RtGam models, with parameters
obs_cases
,obs_incidence
,r
, andRt
(#48) -
Cast dates passed as strings to a
Date
if possible (#67)
- 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
- Update
{primarycensoreddist}
to{primarycensored}
to match the name change in the 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 GHA runs on subsequent push (#71)
- Cancel in-progress GHA runs on subsequent push to a PR (#71)
- Cancel in-progress GitHub Actions runs on subsequent push to a PR (#72)
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.
- 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)
- Fix math rendering in pkgdown (#36)
- Update pre-commit hooks from template repository to newest version (#25)
- Clean up public docs (#26)
- Initial CI setup (#11)