install_fgeo: Install *fgeo* from GitHub.

Description Usage Arguments See Also Examples

View source: R/install_fgeo.R

Description

This function installs fgeo dependencies from CRAN and fgeo packages from GitHub. It installs only the packages that are not already installed.

Usage

1
install_fgeo(ref = "master")

Arguments

ref

Desired git reference. Could be a commit, tag, a call to github_pull(), or most commonly a branch name such as "master" or "dev".

See Also

remotes::install_github, follow_up.

Examples

1
2
3
4
5
6
7
## Not run: 
install_fgeo()

# Install the development (maybe failing) branch of each package.
install_fgeo("dev")

## End(Not run)

maurolepore/fgeo.install documentation built on Dec. 21, 2021, 3:50 p.m.