-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
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", , "[email protected]", role = c("aut", "cre", "cph")),
person("Diego", "Saldana", , "[email protected]", role = "aut"),
person("Charlotta", "Fruechtenicht", , "[email protected]", role = "aut"),
person("Marc", "Vandemeulebroecke", , "[email protected]", role = "aut"),
person("Thanos", "Siadimas", , "[email protected]", role = "aut"),
person("Pawel", "Kawski", , "[email protected]", role = "aut"),
person("Steven", "Haesendonckx", , "[email protected]", role = "aut"),
person("James", "Black", , "[email protected]", role = "aut"),
person("Pelagia", "Alexandra Papadopoulou", , "[email protected]", role = "aut"),
person("Tim", "Treis", , "[email protected]", role = "aut"),
person("Rebecca", "Albrecht", , "[email protected]", role = "aut"),
person("Ardalan", "Mirshani", , "[email protected]", role = "ctb"),
person("Daniel D.", "Sjoberg", , "[email protected]", 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