Package: sbm Title: Stochastic Blockmodels Version: 0.4.7 Authors@R: c(person(given = "Julien", family = "Chiquet", role = c("aut", "cre"), email = "julien.chiquet@inrae.fr", comment = c(ORCID = "0000-0002-3629-3429")), person(given = "Sophie", family = "Donnet", role = c("aut"), email = "sophie.donnet@inrae.fr", comment = c(ORCID = "0000-0003-4370-7316")), person("großBM team", role = c("ctb")), person(given = "Pierre", family = "Barbillon", role = c("aut"), email = "pierre.barbillon@agroparistech.fr", comment = c(ORCID = "0000-0002-7766-7693"))) Description: A collection of tools and functions to adjust a variety of stochastic blockmodels (SBM). Supports at the moment Simple, Bipartite, 'Multipartite' and Multiplex SBM (undirected or directed with Bernoulli, Poisson or Gaussian emission laws on the edges, and possibly covariate for Simple and Bipartite SBM). See Léger (2016) , 'Barbillon et al.' (2020) and 'Bar-Hen et al.' (2020) . URL: https://grosssbm.github.io/sbm/ BugReports: https://github.com/GrossSBM/sbm/issues License: GPL (>= 3) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: testthat, spelling, knitr, rmarkdown, aricode, covr Language: en-US Imports: alluvial, magrittr, dplyr, purrr, blockmodels, R6, Rcpp, igraph, ggplot2, GREMLINS, stringr, rlang, reshape2, prodlim Collate: 'R6Class-SBM.R' 'R6Class-BipartiteSBM.R' 'R6Class-BipartiteSBM_fit.R' 'R6Class-MultipartiteSBM.R' 'R6Class-MultipartiteSBM_fit.R' 'R6Class-MultiplexSBM_fit.R' 'R6Class-SimpleSBM.R' 'R6Class-SimpleSBM_fit.R' 'RcppExports.R' 'defineSBM.R' 'estimate.R' 'fungusTreeNetwork.R' 'multipartiteEcologicalNetwork.R' 'plotAlluvial.R' 'plotMyMatrix.R' 'plotMyMultipartiteMatrix.R' 'plotMyMultiplexMatrix.R' 'sample.R' 'sbm-package.R' 'utils-pipe.R' 'utils.R' 'utils_plot.R' 'war.R' LinkingTo: Rcpp, RcppArmadillo VignetteBuilder: knitr Depends: R (>= 3.5.0) Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://grosssbm.r-universe.dev Date/Publication: 2026-07-20 11:17:58 UTC RemoteUrl: https://github.com/grosssbm/sbm RemoteRef: HEAD RemoteSha: b4cc83d539b3949076c09c1a459d1be9faa736da NeedsCompilation: yes Packaged: 2026-07-20 11:44:15 UTC; root Author: Julien Chiquet [aut, cre] (ORCID: ), Sophie Donnet [aut] (ORCID: ), großBM team [ctb], Pierre Barbillon [aut] (ORCID: ) Maintainer: Julien Chiquet