-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathDESCRIPTION
70 lines (70 loc) · 2.37 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
Type: Package
Package: visR
Title: Clinical Graphs and Tables Adhering to Graphical Principles
Version: 0.4.1
Authors@R: c(
person("Mark", "Baillie", , "bailliem@gmail.com", role = c("aut", "cre", "cph")),
person("Diego", "Saldana", , "diego.saldana@roche.com", role = "aut"),
person("Charlotta", "Fruechtenicht", , "charlotta.fruechtenicht@roche.com", role = "aut"),
person("Marc", "Vandemeulebroecke", , "marc.vandemeulebroecke@novartis.com", role = "aut"),
person("Thanos", "Siadimas", , "thanos.siadimas@roche.com", role = "aut"),
person("Pawel", "Kawski", , "pawel.kawski@contractors.roche.com", role = "aut"),
person("Steven", "Haesendonckx", , "shaesen2@its.jnj.com", role = "aut"),
person("James", "Black", , "james.black.jb2@roche.com", role = "aut"),
person("Pelagia", "Alexandra Papadopoulou", , "PPapadop@its.jnj.com", role = "aut"),
person("Tim", "Treis", , "tim.treis@outlook.de", role = "aut"),
person("Rebecca", "Albrecht", , "rebecca.albrecht.dietsch@gmail.com", role = "aut"),
person("Ardalan", "Mirshani", , "ardeeshany@gmail.com", role = "ctb"),
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-0862-2018"))
)
Description: To enable fit-for-purpose, reusable clinical and medical
research focused visualizations and tables with sensible defaults and
based on graphical principles as described in: "Vandemeulebroecke et
al. (2018)" <doi:10.1002/pst.1912>, "Vandemeulebroecke et al. (2019)"
<doi:10.1002/psp4.12455>, and "Morris et al. (2019)"
<doi:10.1136/bmjopen-2019-030215>.
License: MIT + file LICENSE
URL: https://openpharma.github.io/visR/, https://github.com/openpharma/visR
BugReports: https://github.com/openpharma/visR/issues
Depends:
R (>= 3.5)
Imports:
broom (>= 0.7.11),
cowplot,
dplyr (>= 1.0.0),
DT,
forcats,
ggplot2,
graphics,
grDevices,
grid,
gridExtra,
gt (>= 0.3.0),
gtable,
kableExtra,
knitr,
lifecycle,
rlang (>= 1.0.0),
stats,
survival (>= 3.4-0),
tibble,
tidycmprsk (>= 0.1.1),
tidyr (>= 1.0.0),
utils
Suggests:
data.table,
ggpubr,
learnr,
rmarkdown,
spelling,
testthat (>= 2.1.0),
vdiffr
VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3