Skip to contents

CRAN release: 2023-04-03

Breaking changes

  • Reworking of the output from both fit and predict functions:
    • Warnings and errors are captured for both individual and multiple models.
    • By default, these are returned in tibbles.
    • Fitting warnings/errors are no longer carried over in to the predict output.

Other changes

  • Maintainer changed to Thibaut Jombart

CRAN release: 2021-04-19

  • Default to using ciTools and a simulation approach for prediction intervals.

CRAN release: 2020-11-18

  • fit now returns a subclass of tibble instead of list.
  • predict now returns a tibble instead of list.
  • better compatibility with dplyr verbs.
  • Initial release.