Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Get rid of devtools
  • Loading branch information
ldecicco-USGS authored Sep 24, 2020
1 parent fedbf96 commit 0b5509d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Installation of Rainmaker
`Rainmaker` is only available on Github. The code below shows how to install the package `devtools`, and then use `devtools` to install `Rainmaker` directly from Github. You do not need a Github account to install a package.

``` r
install.packages("devtools")
devtools::install_github("USGS-R/Rainmaker")
install.packages("remotes")
remotes::install_github("USGS-R/Rainmaker")
library(Rainmaker)
```

Expand Down

0 comments on commit 0b5509d

Please sign in to comment.