Package: asbm
Title: Assortative Stochastic Block Models for Network Community Detection
Version: 0.1.0
Authors@R: person("Maximilian", "Jerdee", email = "mjerdee@umich.edu",
    role = c("aut", "cre"))
Description: Bayesian inference of community structure in networks using
    assortative stochastic block models (SBMs). Implements a general
    assortative SBM that unifies the standard SBM and the planted partition
    model under a common framework, enabling exact Bayesian model comparison
    between them via MCMC sampling.
License: MIT + file LICENSE
URL: https://github.com/maxjerdee/asbm
BugReports: https://github.com/maxjerdee/asbm/issues
Imports:
    Rcpp (>= 1.0.0)
LinkingTo:
    Rcpp
Suggests:
    igraph,
    testthat (>= 3.0.0)
SystemRequirements: C++17
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
