Skip to content

Commit

Permalink
Merge pull request #97 from inbo/readme_install
Browse files Browse the repository at this point in the history
Readme: add CRAN when installing from r-universe
  • Loading branch information
florisvdh authored Jan 25, 2022
2 parents 32d5540 + abd2bea commit 5da5ed8
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 @@ -28,7 +28,8 @@ Currently the R package won't work outside INBO.
To install the current package version from the `master` branch (latest stable release), run:

```r
install.packages("watina", repos = "https://inbo.r-universe.dev")
install.packages("watina", 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 approaches.
Expand Down

0 comments on commit 5da5ed8

Please sign in to comment.