-
Notifications
You must be signed in to change notification settings - Fork 6
/
README.Rmd
43 lines (33 loc) · 1.52 KB
/
README.Rmd
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 -->
[![website](https://github.com/GrossSBM/sbm/workflows/pkgdown/badge.svg)](https://grosssbm.github.io/sbm/)
[![R-CMD-check](https://github.com/GrossSBM/sbm/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/GrossSBM/sbm/actions/workflows/check-standard.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/sbm)](https://CRAN.R-project.org/package=sbm)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![](https://img.shields.io/github/last-commit/grossSBM/sbm.svg)](https://github.com/GrossSBM/sbm/commits/master)
[![Codecov test coverage](https://codecov.io/gh/GrossSBM/sbm/branch/master/graph/badge.svg)](
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")
```