-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.39 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
Package: tmle3
Title: The Extensible TMLE Framework
Version: 0.2.0
Authors@R: c(
person("Jeremy", "Coyle", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9874-6649")),
person("Nima", "Hejazi", email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7127-2789"))
)
Maintainer: Jeremy Coyle <[email protected]>
Description: A general framework supporting the implementation of targeted
maximum likelihood estimators (TMLEs) of a diverse range of statistical
target parameters through a unified interface. The goal is that the exposed
framework be as general as the mathematical framework upon which it draws.
Depends:
R (>= 3.6.0),
graphics
Imports:
sl3 (>= 1.4.2),
delayed,
data.table,
assertthat,
R6,
uuid,
methods,
ggplot2,
stats,
foreach,
mvtnorm,
magrittr,
stringr,
digest
Suggests:
testthat,
knitr,
origami (>= 1.0.3),
tableone,
speedglm,
rmarkdown,
Rsolnp,
nnls,
tmle,
tmle3shift,
future,
future.apply,
xgboost
Remotes:
github::tlverse/sl3
License: GPL-3
URL: https://tlverse.org/tmle3
BugReports: https://github.com/tlverse/tmle3/issues
Encoding: UTF-8
LazyData: yes
LazyLoad: yes
VignetteBuilder: knitr
RoxygenNote: 7.1.1.9000
Roxygen: list(markdown = TRUE, r6 = FALSE)