Changes in version 0.1.11.9000 Changes in version 0.1.11 (2023-03-22) - Fixes for R CMD check Changes in version 0.1.10 (2022-11-11) - Relax test for R-devel Changes in version 0.1.9 (2022-08-19) - Redocument to fix HTML issues in .Rd Changes in version 0.1.8 (2020-05-19) - Eliminate direct dplyr dependency in favour of vctrs. - Reimplement typical.ordered() for R-devel compatibility. Changes in version 0.1.7 (2020-04-30) - Minor documentation fixes and updates for deprecated functions. Changes in version 0.1.6 (2020-02-22) - R CMD check documentation fix Changes in version 0.1.5 (2019-08-08) - Fix to data_grid() to work with dev tidyr. Changes in version 0.1.4 (2019-02-18) - add_predictions(), gather_predictions(), and spread_predictions() more carefully pass along type parameter in order to avoid problems with predict methods that don't deal with type = NULL (#92). Changes in version 0.1.3 (2019-02-05) - add_predictions(), gather_predictions(), and spread_predictions() gain a type parameter which is passed through to stats::predict() (#34, @pmenzel) - New crossv_loo() which implements leave-one-out cross validation (@pmenzel) - typical() no longer ignores missing values in character and factor vectors (#80). Changes in version 0.1.2 (2018-05-11) - data_grid() no longer fails with modern tidyr (#58). - New mape() and rsae() model quality statistics (@paulponcet, #33). - rsquare() use more robust calculation 1 - SS_res / SS_tot rather than SS_reg / SS_tot (#37). - typical() gains ordered and integer methods (@jrnold, #44), and ... argument (@jrnold, #42). Changes in version 0.1.1 (2017-07-24) - Added a NEWS.md file to track changes to the package. - Fixed R CMD CHECK note - Updated usage of reduce() for upcoming purrr release - More general permute() function - Add mse() function to calculate mean squared error. Written by @bensoltoff, pull request #57