Skip to content

Commit

Permalink
docs: update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 27, 2025
1 parent d25ff5d commit 4b8dcbb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ emodnet.wfs aims at offering an user-friendly interface to this rich data.

## Installation and setup

You can install the development version of emodnet.wfs from GitHub with:
You can install the development version of emodnet.wfs from the rOpenSci R-universe with:

``` r
install.packages("emodnet.wfs", repos = c("https://ropensci.r-universe.dev", "https://cloud.r-project.org"))
```

Or from GitHub with:

``` r
# install.packages("pak")
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ user-friendly interface to this rich data.

## Installation and setup

You can install the development version of emodnet.wfs from GitHub with:
You can install the development version of emodnet.wfs from the rOpenSci
R-universe with:

``` r
install.packages("emodnet.wfs", repos = c("https://ropensci.r-universe.dev", "https://cloud.r-project.org"))
```

Or from GitHub with:

``` r
# install.packages("pak")
Expand Down

0 comments on commit 4b8dcbb

Please sign in to comment.