Skip to content

Commit

Permalink
use 'remotes' instead of 'devtools'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhizuio committed Mar 14, 2024
1 parent 6e95107 commit bd7d9e7
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 @@ -16,8 +16,8 @@ library("EnrichIntersect")
Install the latest development version from GitHub

```r
library("devtools")
devtools::install_github("ocbe-uio/EnrichIntersect")
#install.packages("remotes")
remotes::install_github("ocbe-uio/EnrichIntersect")
library("EnrichIntersect")
```

Expand Down

0 comments on commit bd7d9e7

Please sign in to comment.