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

Commit 0b5509d

Browse files
Update README.md
Get rid of devtools
1 parent fedbf96 commit 0b5509d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Installation of Rainmaker
3939
`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.
4040

4141
``` r
42-
install.packages("devtools")
43-
devtools::install_github("USGS-R/Rainmaker")
42+
install.packages("remotes")
43+
remotes::install_github("USGS-R/Rainmaker")
4444
library(Rainmaker)
4545
```
4646

0 commit comments

Comments
 (0)