-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.02 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
Package: plotBart
Type: Package
Title: Diagnostic and Plotting Functions to Supplement 'bartCause'
Version: 0.1.30
Authors@R: c(
person("Joseph", "Marlo", email = "[email protected]", role = c("aut", "cre")),
person("George", "Perrett", email = "[email protected]", role = c("aut"))
)
Description: Functions to assist in diagnostics and plotting during the causal inference modeling process.
Supplements the 'bartCause' package.
License: MIT + file LICENSE
URL: https://priism-center.github.io/plotBart/, https://github.com/priism-center/plotBart
BugReports: https://github.com/priism-center/plotBart/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends:
R (>= 2.10),
bartCause (>= 1.0.4),
ggplot2 (>= 3.3.2),
patchwork (>= 1.1.1)
Imports:
dplyr (>= 1.0.5),
GGally (>= 2.1.2),
tidyr (>= 1.1.3),
rpart (>= 4.1.15),
stats (>= 3.6.2),
ggdendro (>= 0.1.22),
rlang,
dbarts
Suggests:
testthat,
vdiffr,
arm (>= 1.10.1),
covr,
knitr,
rmarkdown
VignetteBuilder: knitr