Changes in version 1.3.0 (2025-04-06) - Got rid of mutate_ and select_ as these functions are now deprecated. - Removed most of the horrible base plots from the vignette - Fixed a bug in plot.IsoFitInactivation. It was giving an error when the data was grouped - Implemented the one-step Geeraerd model - Updated the documentation to markdown - Fixed some broken links in the documentation - Updated the CITATION to bibentry format Changes in version 1.2.3 (2019-08-01) - Included function to calculate treatment time to reach X log reductions. - Implemented function to get a table with indexes for the goodness of fit. - Extended examples in documentation with new functions. - Improved the DESCRIPTION - Updated the vignette. Changes in version 1.2.2 (2019-06-05) - Corrected bug in the plotting of dynamic predictions when there were NAs in logN. - Added the Metselaar model. Changes in version 1.2.1 (2017-12-15) - Corrected a bug in the plotting of dynamic predictions when the profile was isothermal. Changes in version 1.2.0 (2017-11-23) - Implemented the ggplot2 plotting of isothermal fit objects. - Added the option to include the temperature profile in the plot. - The fitting and prediction functions now also accept logN0, as well as N0. If logN0 is a fitting parameters, this variable is fitted, rather than N0 (which is more stable numerically). - Added the Arrhenius model. Changes in version 1.1.5 (2017-01-29) - Corrected the DOI in the citation file. Changes in version 1.1.4 - Added CITATION file with the information of the paper recently published in Food Research International. Changes in version 1.1.3 (2016-09-18) - Added the possibility to pass additional arguments to ode when making predictions. - Minor corrections and improvements to the vignette. Changes in version 1.1.2 (2016-03-21) - Corrected a bug in Geeraerd's model. Changes in version 1.1.1 (2016-02-04) - Added graphics::legend to NAMESPACE. - Added stats::coef and stats::vcov to NAMESPACE. Changes in version 1.1.0 - The adjustment is, by default, made targetting the logarithmic count for all cases now. - Added a tolerance to avoid observations at time 0 causing singularities. - Function predict_inactivation_MCMC for the calculation of prediction intervals using Monte Carlo methods. - Plots with ggplot2. - MCMC prediction intervals using MCMC. - is. methods for all the objects defined. - Some minor corrections in function documentation. - Extended README file. - Corrected names of the authors in DESCRIPTION.