powered by
This will check to see if all Futureverse packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.
futureverse_update(recursive = FALSE, repos = getOption("repos"))
Returns nothing; outputs installation instructions, if needed.
If TRUE, will also list all dependencies of Futureverse packages.
TRUE
The repositories to use to check for updates. Defaults to getOption("repos").
getOption("repos")
if (FALSE) { futureverse_update() }
Run the code above in your browser using DataLab