Description Usage Arguments See Also Examples
This function installs fgeo dependencies from CRAN and fgeo packages from GitHub. It installs only the packages that are not already installed.
1  | install_fgeo(ref = "master")
 | 
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".  | 
remotes::install_github, follow_up.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.