-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.49 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
49
50
51
52
53
54
55
56
57
58
Package: ggfixest
Title: Dedicated 'ggplot2' Methods for 'fixest' Objects
Version: 0.2.0
Date: 2025-01-21
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
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