This will check to see if all natverse packages (and optionally (if recursive = TRUE), their dependencies ). End users should probably just use the natverse_update function (which wraps natverse_deps.

natverse_deps(recursive = TRUE, verbose = TRUE, display_all = FALSE, ...)

Arguments

recursive

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

verbose

Set to TRUE if you want to display the table of dependencies and warnings etc.

display_all

Set to TRUE if you want to display all the contents of the table.

...

extra arguments to pass to find.package.

Value

A character vector containing packages that are either missing or are not up-to-date.

See also

Examples

if (FALSE) { natverse_deps() }