Skip to content

Commit

Permalink
changed devtools into remotes on README
Browse files Browse the repository at this point in the history
  • Loading branch information
mverouden committed Sep 10, 2019
1 parent 6c831f2 commit 5e74ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ See the [documentation](https://cip-riu.github.io/brapi/) for details.
It can be installed using:

```{r, eval=FALSE}
install.packages("devtools")
devtools::install_github("CIP-RIU/brapi")
install.packages("remotes")
remotes::install_github("CIP-RIU/brapi")
```


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ See the [documentation](https://cip-riu.github.io/brapi/) for details.
It can be installed using:

``` r
install.packages("devtools")
devtools::install_github("CIP-RIU/brapi")
install.packages("remotes")
remotes::install_github("CIP-RIU/brapi")
```

## How to use the package
Expand Down

0 comments on commit 5e74ad9

Please sign in to comment.