Skip to content

v0.2.0

Choose a tag to compare

@zsusswein zsusswein released this 25 Nov 17:29
2f5f94a

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, and Rt (#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)