Package: ggfacto Title: Graphs for Correspondence Analysis Version: 0.3.2.9001 Authors@R: person(given = "Brice", family = "Nocenti", role = c("aut", "cre"), email = "brice.nocenti@gmail.com") Description: Readable, complete and pretty graphs for correspondence analysis made with 'FactoMineR'. They can be rendered as interactive 'HTML' plots, showing useful informations 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://github.com/BriceNocenti/ggfacto BugReports: https://github.com/BriceNocenti/ggfacto/issues License: GPL (>= 3) Encoding: UTF-8 RoxygenNote: 7.3.3 Imports: FactoMineR (>= 2.0.0), ggiraph (>= 0.8.2), ggplot2 (>= 3.0.0), dplyr (>= 1.0.0), forcats (>= 0.5.0), purrr (>= 0.3.0), rlang (>= 0.4.0), stringr (>= 1.4.0), tibble (>= 3.0.0), tidyr (>= 1.0.0), tidyselect (>= 1.1.0), vctrs (>= 0.3.0), ggrepel (>= 0.9.0), gridExtra (>= 2.0), tabxplor (>= 1.1.0), withr (>= 2.0.0), magrittr (>= 1.5.0), data.table (>= 1.12.0), ggforce (>= 0.4.0) Suggests: widgetframe (>= 0.3.0), htmlwidgets (>= 1.4.0), finalfit (>= 1.0.0), kableExtra (>= 1.3.0), plotly (>= 4.1.0), stats (>= 4.0.0), grDevices (>= 4.0.0), stringi (>= 1.4.6), scales (>= 1.1.0) Depends: R (>= 4.1.0) Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://bricenocenti.r-universe.dev Date/Publication: 2025-09-24 09:49:01 UTC RemoteUrl: https://github.com/bricenocenti/ggfacto RemoteRef: HEAD RemoteSha: ba401e59a2a2e605012486537e82cfe38dccaaa9 NeedsCompilation: no Packaged: 2026-05-28 07:39:38 UTC; root Author: Brice Nocenti [aut, cre] Maintainer: Brice Nocenti