forked from insightsengineering/rbmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.24 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
Package: rbmi
Title: Reference Based Multiple Imputation
Version: 1.0.2
Authors@R: c(
person("Craig", "Gower-Page", email = "[email protected]", role = "aut"),
person("Alessandro", "Noci", email = "[email protected]", role = c("aut", "cre")),
person("Marcel", "Wolbers", email = "[email protected]", role = "ctb"),
person("Roche", role = c("cph", "fnd"))
)
Description: Implements reference based multiple imputation allowing for the imputation of longditudinal datasets using pre-defined strategies.
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
dplyr,
covr,
tidyr,
nlme,
testthat,
emmeans,
tibble,
mvtnorm,
knitr,
rmarkdown,
bookdown,
lubridate
Biarch: true
Config/testthat/edition: 3
Imports:
Matrix,
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.1.1),
R6,
assertthat,
glmmTMB
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)
SystemRequirements: GNU make
Depends:
R (>= 3.4.0)
License: Apache License (>= 2)
VignetteBuilder: knitr