Package: sbm
Title: Stochastic Blockmodels
Version: 0.4.5
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) <arxiv:1602.07587>, 'Barbillon et al.' (2020) <doi:10.1111/rssa.12193> and 
  'Bar-Hen et al.' (2020) <arxiv:1807.10138>.
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.2.3
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)
