-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 893 Bytes
/
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
Package: NMA
Title: Easy Network Meta-Analysis
Version: 0.0.0.9000
Authors@R:
person(given = "Nathan",
family = "Green",
role = c("aut", "cre"),
email = "n.green@ucl.ac.uk",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: The objective of this package is to perform
easy network meta-analysis.
License: GPL (>= 3)
URL: https://icon-in-r.github.io/NMA
BugReports: https://github.com/ICON-in-R/NMA/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3.9000
Depends:
R (>= 3.5.0)
Imports:
coda,
dplyr (>= 0.7.0),
fs,
glue (>= 1.3.0),
gplots,
here,
purrr,
R2OpenBUGS,
R2WinBUGS,
R2jags,
Rdpack,
sna
RdMacros: Rdpack
Suggests:
covr,
knitr,
qpdf,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3