Package: normalblockr
Type: Package
Title: Gaussian Graphical Models with Latent Clustering Structure
Version: 0.2.1
Authors@R: c(
  person("Jeanne", "Tous", role = "aut", email = "jeanne.tous@inrae.fr"),
  person("Julien", "Chiquet", role = c("aut", "cre"), email = "julien.chiquet@inrae.fr",
      comment = c(ORCID = "0000-0002-3629-3429"))
      )
Description: Implements the Normal-Block model, a Gaussian graphical model
             with a latent clustering structure for the multivariate analysis
             of continuous data. The model clusters variables and, building
             on the graphical lasso, infers a network of statistical
             dependencies between clusters rather than between individual
             variables, for known or unknown clusterings, with an optional
             zero-inflation extension for data with an excess of exact
             zeros. See Tous & Chiquet (2026)
             <doi:10.1016/j.csda.2026.108347> for the model itself and its
             variational expectation-maximization estimation procedure.
License: GPL (>= 3)
URL: https://github.com/jchiquet/normalblockr
BugReports: https://github.com/jchiquet/normalblockr/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Imports: glassoFast, Matrix, dplyr, tidyr, tibble, purrr, R6, ggplot2,
        igraph, sbm, corrplot, scales, MASS, stats, Rcpp
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat (>= 3.0.0), aricode, covr, Metrics, rmarkdown,
        pheatmap, paletteer, ggthemes, knitr
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2026-08-20 11:30:04 UTC; jchiquet
Author: Jeanne Tous [aut],
  Julien Chiquet [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3629-3429>)
Maintainer: Julien Chiquet <julien.chiquet@inrae.fr>
Repository: CRAN
Date/Publication: 2026-09-03 12:00:02 UTC
