install_sre_gitlab: Install a package from the SRE gitlab.

View source: R/dipr-update.R

install_sre_gitlabR Documentation

Install a package from the SRE gitlab.

Description

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

Usage

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

## Not run: 
install_sre_gitlab("hawkeye")

## End(Not run)

bcgov/dipr documentation built on June 1, 2022, 12:32 p.m.