This will check to see if all irverse packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.

irverse_update(recursive = FALSE)

Arguments

recursive

If TRUE, will also check all dependencies of irverse packages.

Examples

# NOT RUN {
irverse_update()
# }