Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benyamindsmith authored Nov 3, 2024
1 parent f3904b5 commit a200d93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a200d93

Please sign in to comment.