Changelog
Source:NEWS.md
nestedmodels 1.1.0
Added support for parallel processing in
nested()
.Used “.nest_id” instead of “nest_id” as the column name in
step_nest()
to reduce the likelihood of overwriting an existing column.Added an
autoplot()
method for the nested_model_fit object.
nestedmodels 1.0.4
CRAN release: 2023-03-11
- Fixed the
prep.step_nest()
method to include an ellipsis argument, to ensure consistency with the generic.
nestedmodels 1.0.3
CRAN release: 2023-01-05
Used
expect_snapshot()
to test printing (Thanks to a contribution from Emil Hvitfeldt).Removed forcats dependency.