Skip to content

Releases: seabbs/idmodelr

0.4.0 release

02 Sep 10:44
Compare
Choose a tag to compare

This release updates documentation in line with new CRAN guidelines and updates the CI to use GitHub Actions.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

Initial CRAN release

23 Jul 15:01
Compare
Choose a tag to compare

Outline of package functionality has been implemented for initial CRAN release.

Features

  • ODE model library
  • ODE model solving + simulation
  • Model plotting
  • Model summary
  • Model lookup table
  • Parameter lookup table and function
  • Walkthrough outline of package
  • Testing framework

Ground work complete

15 Apr 16:44
Compare
Choose a tag to compare

Feature updates

  • Added additional models.
  • Simplified utility functions ready for extension.
  • Streamlined models
  • Update package description

Package updates

  • Added a NEWS.md file to track changes to the package.
  • Dropped outdated functions
  • Moved to furrr from mutlidplyr
  • Modernised package infrastructure based on getTBinR
  • Improved test coverage

Preliminary release

15 Apr 16:34
Compare
Choose a tag to compare

In this release, the basic functionality is outlined for the package. Infrastructure for future work is put in place