powered by
This will check to see if all tidymodels packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.
tidymodels_update(pkg = "tidymodels", recursive = FALSE, ...)
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.
A character string for the model being updated.
If TRUE, will also check all dependencies of tidymodels packages.
TRUE
Extra arguments to pass to utils::install.packages()
utils::install.packages()
if (FALSE) { tidymodels_update() }
Run the code above in your browser using DataLab