- 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.
- Maintainer changed to Thibaut Jombart
- Default to using ciTools and a simulation approach for prediction intervals.
- 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.