install_fgeo: Install *fgeo* from GitHub.

Description Usage Arguments See Also Examples

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)

forestgeo/fgeo.install documentation built on May 9, 2019, 3:39 p.m.