-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.29 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
Package: causalworkshop
Title: Install Workshop Materials for Causal Inference in R
Version: 0.1.0
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("Andrew", "Heiss", , "[email protected]", role = "ctb",
comment = "Wrote simulation code to generate `net_data`")
)
Description: Install workshop materials for the Causal Inference in R.
License: MIT + file LICENSE
URL: https://github.com/malcolmbarrett/causalworkshop
BugReports: https://github.com/malcolmbarrett/causalworkshop/issues
Depends:
R (>= 2.10)
Imports:
broom,
causaldata,
estimatr,
ggdag (>= 0.2.10.9000),
ggokabeito,
gtsummary (>= 1.5.0),
halfmoon (>= 0.1.0),
MatchIt,
optmatch,
propensity (>= 0.0.0.9000),
quartets,
rsample (>= 0.0.5),
smd (>= 0.6.6),
survey,
tidysmd,
tidyverse,
tipr (>= 1.0.1),
touringplans (>= 0.0.1),
usethis (>= 2.1.0)
Remotes:
LucyMcGowan/touringplans,
malcolmbarrett/propensity,
malcolmbarrett/ggdag
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1