Skip to content

v0.5.0 R6 model class

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpfitzinger jpfitzinger released this 15 Sep 06:51
· 262 commits to master since this release
  • This version introduces R6 classes for background handling of models. This generally makes the workflow more efficient and provides an easy method to store fitting information that is required at a later stage (e.g. to obtain coefficients or predictions).
  • A progress bar is introduced using 'progressr'