-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME.Rmd
More file actions
43 lines (33 loc) · 1.52 KB
/
README.Rmd
File metadata and controls
43 lines (33 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# sbm
<!-- badges: start -->
[](https://grosssbm.github.io/sbm/)
[](https://github.com/GrossSBM/sbm/actions/workflows/check-standard.yaml)
[](https://CRAN.R-project.org/package=sbm)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/GrossSBM/sbm/commits/master)
[](
https://app.codecov.io/gh/GrossSBM/sbm?branch=master)
<!-- badges: end -->
The goal of the package `sbm` is to regroup into a unique framework tools for estimating and manipulating variants of the stochastic blockmodel.
## Installation
The last stable version is available on [CRAN](https://CRAN.R-project.org/package=sbm ) with:
``` r
install.packages("sbm")
```
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("GrossSBM/sbm")
```