-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·95 lines (95 loc) · 2.9 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Type: Package
Package: autoslider.core
Title: Slide Automation for Tables, Listings and Figures
Version: 0.2.0.9001
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7566-2787")),
person("Heng", "Wang", role = "aut"),
person("Yinqi", "Zhao", role = "aut"),
person("Bo", "Ci", role = "aut"),
person("Liming", "Li", role = "aut"),
person("Laura", "Wang", role = "ctb"),
person("Xiaoli", "Duan", role = "aut"),
person("Stefan Pascal", "Thoma", role = "aut"),
person("Thomas", "Neitmann", role = "ctb"),
person("Miles", "Almond", role = "aut"),
person("Mahdi", "About", role = "ctb"),
person("Kai", "Lim", role = "ctb"),
person("Nolan", "Steed", role = "ctb"),
person("Daoling", "Pang", role = "ctb"),
person("Elisabeth", "Deutschmann", role = "ctb"),
person("Chenkai", "Lv", role = "aut")
)
Description: The normal process of creating clinical study slides is that
a statistician manually type in the numbers from outputs and a
separate statistician to double check the typed in numbers. This
process is time consuming, resource intensive, and error prone.
Automatic slide generation is a solution to address these issues. It
reduces the amount of work and the required time when creating slides,
and reduces the risk of errors from manually typing or copying numbers
from the output to slides. It also helps users to avoid unnecessary
stress when creating large amounts of slide decks in a short time
window.
License: Apache License 2.0
URL: https://github.com/insightsengineering/autoslider.core
BugReports: https://github.com/insightsengineering/autoslider.core/issues
Depends:
R (>= 3.5.0)
Imports:
assertthat,
checkmate,
cli,
dplyr,
flextable (>= 0.9.4),
forcats,
ggplot2,
grid,
gridExtra,
methods,
officer (>= 0.3.18),
rlang,
rlistings (>= 0.2.9),
rtables (>= 0.6.10),
stringr,
survival,
tern (>= 0.9.6),
tidyr,
yaml
Suggests:
devtools,
filters (>= 0.3.1),
formatters (>= 0.5.9),
ggpubr,
glue,
googledrive,
htmltools,
httr,
knitr,
lubridate,
mime,
nestcolor,
purrr,
rmarkdown (>= 2.23),
rsvg,
rvg (>= 0.2.5),
styler (>= 1.10.2),
svglite (>= 2.1.2),
testthat (>= 3.2.0),
withr
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/magrittr, mllg/checkmate, rstudio/htmltools,
gagolews/stringi, tidymodels/broom, cran/car, tidyverse/dplyr,
davidgohel/flextable, yihui/knitr, r-lib/lifecycle,
davidgohel/officer, Merck/r2rtf, rstudio/rmarkdown, therneau/survival,
r-lib/testthat, tidyverse/tibble, tidyverse/tidyr, r-lib/withr,
r-lib/xml2
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.2