NEWS.md
Transition from the magrittr pipe to the base R pipe.
Added the tailor package.
Updated versions
Prefer DALEX::explains() over dplyr::explains() when you use tidymodels_prefer() #113
Prefer recipes::update() over other update() functions.
Updated tidymodels_prefer() for new conflicts.
Updated versions
Re-licensed package from GPL-3 to MIT. See consent from copyright holders here.
Updated versions
Added tidymodels_prefer() to help resolve name conflicts with other packages.
Added workflowsets as a core package.
Updated versions
tidyposterior, pillar, tidypredict, tidytext were removed from the imports list due to an R CMD check warning about the number of imports.
tidyr and modeldata were added to the imports list.
Updated versions
Added workflows, and tune to the core package list.
Moved away from testing via travis