Skip to content

Commit

Permalink
Merge pull request #269 from USGS-R/jread-usgs-gran
Browse files Browse the repository at this point in the history
fixes #268
  • Loading branch information
Jordan S Read authored May 13, 2020
2 parents 112f30b + 656321b commit ea744cc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ FAQ

How do I install `glmtools`? It isn't on CRAN!
===
`glmtools` can be installed from the [USGS GRAN](http://owi.usgs.gov/R/gran.html) repository. To install `glmtools` and all dependencies, follow the appropriate instructions below:

1. Setup R to add GRAN using the instructions on the [USGS R page](http://owi.usgs.gov/R/gran.html).

2. After GRAN is setup (usually requires a restart of R), then use the following command in R:

`install.packages("glmtools")`
```r
install.packages('remotes')
remotes::install_github('usgs-r/glmtools')
```
What libraries does `glmtools` need?
===
Expand Down

0 comments on commit ea744cc

Please sign in to comment.