oha_update: Update OHA packages

View source: R/update.R

oha_updateR Documentation

Update OHA packages

Description

This will check to see if all your OHA packages are up-to-date, and will install after an interactive confirmation. The versions may match between GitHub and your local environment, but may still be behind on recent commits that do not merit a full version update.

Usage

oha_update(install = FALSE, core_only = FALSE)

Arguments

install

do you want to install or just print the status, default = FALSE

core_only

only check/install core OHA package? default = FALSE

Examples

## Not run: 
#list of what packages are out of date/non installed w/ code to install
oha_update()

#interactively install core packages
oha_update(install = TRUE, core_only = TRUE)

#automatically install all OHA packages
oha_update(install = TRUE)

## End(Not run)

USAID-OHA-SI/gagglr documentation built on Jan. 9, 2025, 8:36 p.m.