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

cytoverse_update(recursive = FALSE)

Arguments

recursive

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

Examples

# NOT RUN {
cytoverse_update()
# }