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.
prep.step_nest()
method to include an ellipsis argument, to ensure consistency with the generic.Used expect_snapshot()
to test printing (Thanks to a contribution from
Emil Hvitfeldt).
Removed forcats dependency.
<<-
for CRAN resubmission.Submitted to CRAN.
Added a NEWS.md
file to track changes to the package.