Skip to content

Commit

Permalink
Readme: add CRAN when installing from r-universe
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Jan 25, 2022
1 parent 22eaac7 commit 746fb81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ The standard reference data include: checklists, spatial habitat distribution, a
To install the current package version from the `master` branch (latest stable release), run:

```r
install.packages("n2khab", repos = "https://inbo.r-universe.dev")
install.packages("n2khab", repos = c(inbo = "https://inbo.r-universe.dev",
CRAN = "https://cloud.r-project.org"))
```

The above provides a pre-compiled package for Windows and macOS, which should be faster than below approach.
Expand Down

0 comments on commit 746fb81

Please sign in to comment.