Package: ggfixest Title: Dedicated 'ggplot2' Methods for 'fixest' Objects Version: 0.4.0.99 Date: 2025-09-13 Authors@R: c( person( given = "Grant", family = "McDermott", role = c("aut", "cre"), email = "gmcd@amazon.com", comment = c(ORCID = "0000-0001-7883-8573") ), person( given = "Laurent", family = "Berge", role = "ctb", email = "laurent.berge@u-bordeaux.fr" ), person( given = "Teun", family = "van den Brand", role = "ctb", comment = c(ORCID = "0000-0002-9335-7468") ) ) Description: Provides 'ggplot2' equivalents of fixest::coefplot() and fixest::iplot(), for producing nice coefficient plots and interaction plots. Enables some additional functionality and convenience features, including grouped multi-'fixest' object faceting and programmatic updates to existing plots (e.g., themes and aesthetics). License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://grantmcdermott.com/ggfixest/ BugReports: https://github.com/grantmcdermott/ggfixest/issues Depends: ggplot2 (>= 4.0.0), fixest (>= 0.13.2) Imports: dreamerr, scales, marginaleffects (>= 0.10.0), stats, utils, legendry (>= 0.2.3) Suggests: knitr, rmarkdown, tinytest (>= 1.4.1), tinysnapshot (>= 0.0.3), magick, rsvg, svglite (>= 2.2.0), fontquiver, data.table VignetteBuilder: knitr Repository: https://grantmcdermott.r-universe.dev Date/Publication: 2025-09-13 22:43:01 UTC RemoteUrl: https://github.com/grantmcdermott/ggfixest RemoteRef: HEAD RemoteSha: 068f3861c49e4bee58de3746790f033e60611c9b NeedsCompilation: no Packaged: 2026-06-21 08:22:07 UTC; root Author: Grant McDermott [aut, cre] (ORCID: ), Laurent Berge [ctb], Teun van den Brand [ctb] (ORCID: ) Maintainer: Grant McDermott