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, ...)
recursive | If |
---|---|
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 |
A character vector containing packages that are either missing or are not up-to-date.
if (FALSE) { natverse_deps() }