-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
72 lines (72 loc) · 2.18 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
61
62
63
64
65
66
67
68
69
70
71
72
Package: beastt
Title: Bayesian Evaluation, Analysis, and Simulation Software Tools for Trials
Version: 0.0.2
Authors@R:
c(person(given = "Christina",
family = "Fillmore",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0595-2302")),
person("Ben", "Arancibia", email = "[email protected]", role = "aut"),
person(given = "Nate",
family = "Bean",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9946-0119")),
person(given = "Abi",
family = "Terry",
role = "aut",
email = "[email protected]"),
person("GlaxoSmithKline Research & Development Limited", role = c("cph", "fnd")),
person("Trustees of", "Columbia University", role="cph", comment="R/stanmodels.R, configure, configure.win")
)
Description: Bayesian dynamic borrowing with covariate adjustment via inverse probability
weighting for simulations and data analyses in clinical trials. This makes it easy to use
propensity score methods to balance covariate distributions between external and internal
data.
License: GPL (>= 3)
URL: https://gsk-biostatistics.github.io/beastt/, https://github.com/GSK-Biostatistics/beastt
BugReports: https://github.com/GSK-Biostatistics/beastt/issues
Suggests:
knitr,
mvtnorm,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tibble,
vdiffr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
cobalt,
distributional,
dplyr,
generics,
ggdist,
ggplot2,
methods,
mixtools,
purrr,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rlang,
rstan (>= 2.18.1),
rstantools (>= 2.4.0),
stringr,
tidyr
VignetteBuilder: knitr
Depends:
R (>= 4.1.0)
LazyData: true
Language: en-US
Biarch: true
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)