-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
48 lines (48 loc) · 1.35 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: ggfixest
Title: Dedicated 'ggplot2' Methods for 'fixest' Objects
Version: 0.1.0.9001
Date: 2023-12-12
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")
)
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://grantmcdermott.com/ggfixest/
BugReports: https://github.com/grantmcdermott/ggfixest/issues
Depends:
ggplot2 (>= 2.2.0),
fixest (>= 0.11.2)
Imports:
dreamerr,
scales,
marginaleffects (>= 0.10.0),
stats,
utils,
legendry (>= 0.2)
Suggests:
knitr,
rmarkdown,
tinytest (>= 1.4.1),
tinysnapshot (>= 0.0.3),
magick,
rsvg,
svglite,
fontquiver,
data.table
VignetteBuilder: knitr