From abd2bea10f93b9b0e40a37bde65700f2826282c3 Mon Sep 17 00:00:00 2001 From: florisvdh Date: Tue, 25 Jan 2022 08:11:14 +0100 Subject: [PATCH] Readme: add CRAN when installing from r-universe --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5212e3..3ba46d2 100644 --- a/README.md +++ b/README.md @@ -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.