Skip to contents

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

Usage

kunstomverse_update(recursive = FALSE)

Arguments

recursive

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

Examples

if (FALSE) {
kunstomverse_update()
}