Package: sbm
Title: Stochastic Blockmodels
Version: 0.2.1
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"),
      person("großBM team", role = c("ctb")),
      person(given = "Pierre", family = "Barbillon", role = c("ctb"),
           email = "pierre.barbillon@agroparistech.fr",
           comment = c(ORCID = "0000-0002-7766-7693")))
Description: A collection of tools and function to adjust a variety of stochastic blockmodels (SBM). 
  Support at the moment Simple and Bipartite SBM (undirected and directed) for Bernoulli, Poisson and 
  Gaussian emission laws of the edges as described in Léger, 2016 <arxiv:1602.07587>.
URL: https://grosssbm.github.io/sbm/
BugReports: https://github.com/GrossSBM/sbm/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: testthat, spelling, knitr, rmarkdown, alluvial, igraph,
        aricode, covr
Language: en-US
Imports: magrittr, blockmodels, R6, Rcpp, ggplot2
Collate: 'R6Class-SBM.R' 'R6Class-SBM_fit.R'
        'R6Class-BipartiteSBM_fit.R' 'R6Class-SBM_sampler.R'
        'R6Class-BipartiteSBM_sampler.R' 'R6Class-SimpleSBM_fit.R'
        'R6Class-SimpleSBM_sampler.R' 'RcppExports.R' 'estimate.R'
        'fungus_tree_network.R' 'plotMyMatrix.R' 'sample.R'
        'sbm-package.R' 'utils-pipe.R' 'utils.R'
LinkingTo: Rcpp, RcppArmadillo
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
NeedsCompilation: yes
Packaged: 2020-07-17 07:13:24 UTC; jchiquet
Author: Julien Chiquet [aut, cre] (<https://orcid.org/0000-0002-3629-3429>),
  Sophie Donnet [aut],
  großBM team [ctb],
  Pierre Barbillon [ctb] (<https://orcid.org/0000-0002-7766-7693>)
Maintainer: Julien Chiquet <julien.chiquet@inrae.fr>
Repository: CRAN
Date/Publication: 2020-07-17 09:20:02 UTC
