-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
68 lines (68 loc) · 1.69 KB
/
DESCRIPTION
File metadata and controls
68 lines (68 loc) · 1.69 KB
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
Package: carver
Title: Clinical Analysis Reporting and Visualization Ensemble in R
Version: 0.1.0
Authors@R: c(
person("Smriti", "Anand", email = "smriti.anand@pfizer.com", role = c("aut", "cre")),
person("Sukalpo", "Saha", role = "aut"),
person("Aravind", "Reddy", role = "aut")
)
Description: Development of an open-source tool and package to enable
generation of identified interactive plots for clinical review and
direct inclusion in submission for regulatory agencies. The scope
includes Shiny application for complete report generation from Analysis
Model (ADaM) datasets.
License: Apache License (>= 2)
URL: https://github.com/pfizer-opensource/carver/, https://pfizer-opensource.github.io/carver/
BugReports: https://github.com/pfizer-opensource/carver/issues/
Depends:
R (>= 3.5)
Imports:
bs4Dash (>= 2.3.0),
dplyr (>= 1.1.2),
DT (>= 0.28),
flextable (>= 0.9.2),
forcats (>= 0.5.1),
ggplot2 (>= 3.4.3),
glue,
golem (>= 0.4.1),
htmltools (>= 0.5.6),
plotly (>= 4.10.4),
purrr (>= 1.0.2),
rlang (>= 1.1.1),
scales (>= 1.2.1),
shiny (>= 1.7.5),
shinyjs (>= 2.1.0),
shinyWidgets (>= 0.7.6),
stringr (>= 1.5.0),
tibble (>= 3.2.1),
tidyr (>= 1.3.1)
Suggests:
broom,
cli,
config,
cowplot,
epitools,
ggsurvfit,
ftExtra,
ggstance,
haven,
knitr (>= 1.36),
lifecycle,
markdown (>= 1.1),
officer,
plyr,
RCurl,
rmarkdown,
shinycssloaders,
testthat (>= 3.1.0),
utils,
waiter,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2