This will check to see if all rmd packages (and optionally, their
dependencies) are up-to-date, and will install after an interactive
confirmation.
rmd_update(recursive = FALSE)
Arguments
recursive |
If TRUE , will also check all dependencies of
rmd packages. |
Examples
# NOT RUN {
rmd_update()
# }