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)
The name of the repo.
A tag of specific commit hash. Default to NULL which is the most recent release. "dev" will install at the most recent commit.
If TRUE
, suppress output.
if (FALSE) {
install_sre_gitlab("hawkeye")
}