Changelog
Source:NEWS.md
RtGam v0.2.0
Developer tooling
- 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)
RtGam 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)