-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.4 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
Package: MetaCNMABayes
Type: Package
Title: Bayesian Component Network Meta Analysis in R
Version: 0.1.0
Authors@R: c(
person("Ryan", "Field", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4424-9890")),
person("Suzanne", "Freeman", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0001-8045-4405")),
person("Ellesha", "Smith", email = "[email protected]",
role = "aut"),
person("Tom", "Morris", email = "[email protected]",
role = "aut")
)
Maintainer: Ryan Field <[email protected]>
Description: An R Package for conducting Bayesian Component Network Meta Analysis in R.
URL: https://github.com/CRSU-Apps/MetaCNMABayes
BugReports: https://github.com/CRSU-Apps/MetaCNMABayes/issues
Imports:
BH,
inline,
loo,
methods,
pkgbuild,
Rcpp (>= 0.12.0),
RcppEigen,
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.4.0),
StanHeaders,
tidyr
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Biarch: true
Depends:
R (>= 3.4.0)
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
RoxygenNote: 7.3.0