From a200d93460410a45a9287b9c322950b031d132e3 Mon Sep 17 00:00:00 2001 From: Benjamin Smith <46410142+benyamindsmith@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:55:31 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 359bab8..ced3c06 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ An R package for the implementation of the "Smith-Pittman" community detection a ## Installing this package +To install the stable release of this package from CRAN (coming soon) run: + +```r +install.packages("ig.degree.betweenness") +``` + +To install the development version of this package run: + ```r # install.packages("devtools") devtools::install_github("benyamindsmith/ig.degree.betweenness")