powered by
This will check to see if all tidyverse packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.
tidyverse_update(recursive = FALSE, repos = getOption("repos"))
If TRUE, will also list all dependencies of tidyverse packages.
TRUE
The repositories to use to check for updates. Defaults to getOptions("repos").
getOptions("repos")
# NOT RUN { tidyverse_update() # }
Run the code above in your browser using DataLab