From 656321b6f2089a611a37ea1ad67b65d1d718ed7a Mon Sep 17 00:00:00 2001 From: Jordan S Read Date: Wed, 13 May 2020 10:17:05 -0500 Subject: [PATCH] fixes #268 --- README.Rmd | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.Rmd b/README.Rmd index fd47ddc..26abc1c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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? ===