Package: ggfacto
Title: Graphs for Correspondence Analysis
Version: 0.4.0
Authors@R: c(
    person(given = "Brice",
           family = "Nocenti",
           role = c("aut", "cre"),
           email = "brice.nocenti@gmail.com"),
    person(given = "Francois",
           family = "Husson",
           role = c("ctb", "cph"),
           comment = "the cut rule and tree plot of hierarchical_clust(), after 'FactoMineR' HCPC()"),
    person(given = "Guillaume",
           family = "Le Ray",
           role = c("ctb", "cph"),
           comment = "the cut rule and tree plot of hierarchical_clust(), after 'FactoMineR' HCPC()"),
    person(given = "Quentin",
           family = "Molto",
           role = c("ctb", "cph"),
           comment = "the cut rule and tree plot of hierarchical_clust(), after 'FactoMineR' HCPC()"))
Description: Readable, complete and pretty graphs for multiple correspondence analysis,
    correspondence analysis and principal component analysis made with 'FactoMineR'.
    They can be rendered as interactive 'HTML' plots, showing useful information at
    mouse hover. The interest is not mainly visual but statistical. It helps the reader
    to keep in mind the data contained in the cross-table or Burt table while reading
    the correspondence analysis, thus preventing over-interpretation. Most graphs are
    made with 'ggplot2', which means that you can use the + syntax to manually add as
    many graphical pieces you want, or change theme elements. 3D graphs are made with
    'plotly'.
URL: https://bricenocenti.github.io/ggfacto/,
        https://github.com/BriceNocenti/ggfacto
BugReports: https://github.com/BriceNocenti/ggfacto/issues
License: GPL (>= 3)
Encoding: UTF-8
Imports: FactoMineR (>= 2.0.0), ggiraph (>= 0.9.6), htmltools (>=
        0.5.0), ggplot2 (>= 4.0.0), dplyr (>= 1.0.0), forcats (>=
        0.5.0), purrr (>= 0.3.0), rlang (>= 0.4.10), tibble (>= 3.0.0),
        tidyr (>= 1.0.0), tidyselect (>= 1.1.0), vctrs (>= 0.3.0),
        ggrepel (>= 0.9.0), fastcluster (>= 1.2.3), gdtools (>= 0.5.0),
        tabxplor (>= 2.0.1), withr (>= 2.0.0), magrittr (>= 1.5.0),
        grDevices (>= 4.0.0), graphics (>= 4.0.0), stats (>= 4.0.0),
        scales (>= 1.1.0)
Suggests: GDAtools (>= 2.0), htmlwidgets (>= 1.4.0), knitr (>= 1.30),
        rmarkdown (>= 2.0), plotly (>= 4.1.0), testthat (>= 3.0.0)
Depends: R (>= 4.3.0)
Config/testthat/edition: 3
Config/Needs/website: pkgdown, BriceNocenti/txtheme
Config/potools/style: explicit
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-09-22 17:06:12 UTC; dev1
Author: Brice Nocenti [aut, cre],
  Francois Husson [ctb, cph] (the cut rule and tree plot of
    hierarchical_clust(), after 'FactoMineR' HCPC()),
  Guillaume Le Ray [ctb, cph] (the cut rule and tree plot of
    hierarchical_clust(), after 'FactoMineR' HCPC()),
  Quentin Molto [ctb, cph] (the cut rule and tree plot of
    hierarchical_clust(), after 'FactoMineR' HCPC())
Maintainer: Brice Nocenti <brice.nocenti@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-22 17:30:02 UTC
Built: R 4.5.2; ; 2026-09-22 19:51:13 UTC; unix
