Skip to content

Commit

Permalink
Use r-universe
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Dec 9, 2024
1 parent c135944 commit 8a5f61c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8a5f61c

Please sign in to comment.