-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·36 lines (36 loc) · 899 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·36 lines (36 loc) · 899 Bytes
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
Package: gemtcPlus
Type: Package
Title: Provides a suite of extension functions for NMA using the `gemtc` package
Version: 1.0.0
Authors@R: c(
person("Sandro", "Gsteiger", email = "sandro.gsteiger@roche.com", role = c("aut", "cre")),
person("Nick", "Howlett", role = "aut"),
person("Beth", "Ashlee", role = "aut"),
person("F. Hoffmann La Roche Ltd", role = c("cph"))
)
Description: Functions for generating outputs: tables and plots for NMA reports.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R2jags
Imports: gemtc,
ggplot2,
tidyr,
reshape,
dplyr,
ggmcmc,
coda,
gplots,
rmarkdown,
magrittr,
methods,
purrr,
stringr,
network
Suggests: knitr,
testthat,
here,
pander,
reshape2
VignetteBuilder: knitr