tidymodels_update: Update tidymodels packages

View source: R/update.R

tidymodels_updateR Documentation

Update tidymodels packages

Description

This will check to see if all tidymodels packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.

Usage

tidymodels_update(pkg = "tidymodels", recursive = FALSE, ...)

Arguments

pkg

A character string for the model being updated.

recursive

If TRUE, will also check all dependencies of tidymodels packages.

...

Extra arguments to pass to utils::install.packages()

Value

Nothing is returned but a message is printed to the console about which packages (if any) should be installed along with code to do so.

Examples

## Not run: 
tidymodels_update()

## End(Not run)

tidymodels documentation built on Aug. 25, 2023, 1:07 a.m.