From cedfa9814d620c4a150a5d0973f0b2e1c1cd4b52 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 21 Nov 2024 21:30:09 +0100 Subject: [PATCH] updated install instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d100139..117a502 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,13 @@ The goal of *scregclust* is to cluster genes by regulatory programs. To do so, g ## Installation -You can install the development version of *scregclust* from [GitHub](https://github.com/scmethods/scregclust) with: +You can install the stable version of *scregclust* from [CRAN](https://cran.r-project.org/package=scregclust) with + +```r +install.packages("scregclust") +``` + +You can install the current development version of *scregclust* from [GitHub](https://github.com/scmethods/scregclust) with: ```r # install.packages("devtools")