forked from openpharma/visR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 2.08 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
Type: Package
Package: visR
Title: Clinical Graphs and Tables Adhering to Graphical Principles
Version: 0.2.0
Authors@R: c(
person("Diego", "Saldana", , "[email protected]", role = "aut"),
person("Charlotta", "Fruechtenicht", , "[email protected]", role = "aut"),
person("Mark", "Baillie", , "[email protected]", role = c("aut", "cre")),
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")
)
Maintainer: Mark Baillie <[email protected]>
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://github.com/openpharma/visR
BugReports: https://github.com/openpharma/visR/issues
Depends:
R (>= 3.0.0)
Imports:
broom (>= 0.7.11),
cowplot,
dplyr,
ggplot2,
gridExtra,
gtable,
kableExtra,
rlang,
survival,
tidyr
Suggests:
covr,
data.table,
DT,
forcats,
gt (>= 0.1.0),
hexbin,
knitr,
rmarkdown,
testthat (>= 2.1.0),
tibble,
tidycmprsk,
vdiffr
VignetteBuilder:
knitr
Remotes:
MSKCC-Epi-Bio/tidycmprsk,
tidymodels/hardhat
biocViews:
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
LazyData: true