diff --git a/README.Rmd b/README.Rmd index fec080dd..fb49b9e7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,14 @@ The goal of tidyclust is to provide a tidy, unified interface to clustering mode ## Installation -You can install the development version of tidyclust from [GitHub](https://github.com/) with: +You can install the released version of tidyclust from [CRAN](https://CRAN.R-project.org) with: + +``` r +install.packages("tidyclust") +``` + + +and the development version of tidyclust from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") diff --git a/README.md b/README.md index 1ae2a2b4..c08ef202 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,14 @@ clustering models. The packages is closely modeled after the ## Installation -You can install the development version of tidyclust from +You can install the released version of tidyclust from +[CRAN](https://CRAN.R-project.org) with: + +``` r +install.packages("tidyclust") +``` + +and the development version of tidyclust from [GitHub](https://github.com/) with: ``` r