Skip to contents

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)

Bugs

  • Fix math rendering in pkgdown (#36)
  • Update pre-commit hooks from template repo to newest version (#25)
  • Clean up public docs (#26)
  • Initial CI setup (#11)