futureverse_update.Rd
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 (FALSE) { # \dontrun{
futureverse_update()
} # }