-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.45 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.45 KB
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
Package: causalworkshop
Title: Install Workshop Materials for Causal Inference in R
Version: 0.1.0
Authors@R: c(
person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0299-5825")),
person("Lucy", "D'Agostino McGowan", , "lucydagostino@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-7297-9359")),
person("Andrew", "Heiss", , "andrew@andrewheiss.com", 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,
earth,
estimatr,
gam,
ggdag (>= 0.2.10.9000),
ggokabeito,
glmnet,
gtsummary (>= 1.5.0),
halfmoon (>= 0.1.0.9000),
MatchIt,
optmatch,
propensity (>= 0.0.0.9000),
quartets,
ranger,
rsample (>= 0.0.5),
smd (>= 0.6.6),
SuperLearner,
survey,
tidysmd (>= 0.2.0.9000),
tidyverse,
tipr (>= 1.0.1),
tmle,
touringplans (>= 0.0.1),
usethis (>= 2.1.0),
xgboost,
yardstick
Remotes:
LucyMcGowan/touringplans,
r-causal/propensity,
r-causal/ggdag,
r-causal/halfmoon,
r-causal/tidysmd
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1