This function will install packages other than dipr from the SRE gitlab. The default behaviour is to install releases.

install_sre_gitlab(repo, ref = NULL, quiet = TRUE)

Arguments

repo

The name of the repo.

ref

A tag of specific commit hash. Default to NULL which is the most recent release. "dev" will install at the most recent commit.

quiet

If TRUE, suppress output.

Examples

if (FALSE) {
install_sre_gitlab("hawkeye")
}