forked from r-causal/causal-inference-in-R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 1.41 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
59
60
Package: causal-inference-in-R
Title: Causal Inference in R
Version: 0.0.0.9000
Authors@R: c(
person("Malcolm", "Barrett", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0299-5825")),
person("Lucy", "D'Agostino McGowan", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7297-9359")),
person("Travis", "Gerke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9500-8907"))
)
Description: Causal Inference in R.
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
broom,
causalworkshop (>= 0.1.0),
emo (>= 0.0.0.9000),
ggdag (>= 0.2.10.9000),
ggokabeito,
ggtext,
gtsummary (>= 1.7.0),
halfmoon (>= 0.0.0.9000),
here,
janitor,
kableExtra,
lubridate,
MatchIt,
patchwork,
propensity (>= 0.0.0.9000),
PSW,
ragg,
rsample (>= 0.0.5),
sandwich,
skimr,
smd,
survey,
tidyverse,
tipr (>= 1.0.1),
touringplans (>= 0.0.1),
visdat
Suggests:
downlit,
grkstyle (>= 0.0.3),
styler,
xml2
Remotes:
gadenbuie/grkstyle,
hadley/emo,
LucyMcGowan/tipr,
LucyMcGowan/touringplans,
malcolmbarrett/causalworkshop,
malcolmbarrett/ggdag,
malcolmbarrett/halfmoon,
malcolmbarrett/propensity
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2