From 8a5f61cdd135f335cca47094b039902e39e2797b Mon Sep 17 00:00:00 2001 From: Andrea Manica Date: Mon, 9 Dec 2024 08:26:05 +0000 Subject: [PATCH] Use r-universe --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eef1d497..94c9f06c 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,15 @@ features, you can install `tidysdm` directly from GitHub. To install from GitHub, you will need to use `devtools`; if you haven't done so already, get it from CRAN with `install.packages("devtools")`. +You can install the latest `dev` version of `tidysdm` from r-universe with: -You can install the latest `dev` version of tidysdm from [GitHub](https://github.com/) with: +``` r +install.packages("tidysdm", repos = c("https://evolecolgroup.r-universe.dev", + "https://cloud.r-project.org")) +``` + +Alternatively, you can also use `devtools` and install the package from source, but you +might need to set up your development environment first: ``` r # install.packages("devtools")