-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
72 lines (72 loc) · 2.55 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
Package: teal.reporter
Title: Reporting Tools for 'shiny' Modules
Version: 0.3.1.9024
Date: 2025-01-22
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
person("Kartikeya", "Kirar", , "[email protected]", role = "aut",
comment = c(ORCID = "0009-0005-1258-4757")),
person("Marcin", "Kosinski", , "[email protected]", role = "aut"),
person("Maciej", "Nasinski", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person("Mahmoud", "Hallal", , "[email protected]", role = "aut"),
person("Chendi", "Liao", , "[email protected]", role = "rev"),
person("Dony", "Unardi", , "[email protected]", role = "rev"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Prebuilt 'shiny' modules containing tools for the generation
of 'rmarkdown' reports, supporting reproducible research and analysis.
License: Apache License 2.0
URL: https://github.com/insightsengineering/teal.reporter,
https://insightsengineering.github.io/teal.reporter/
BugReports: https://github.com/insightsengineering/teal.reporter/issues
Imports:
bslib,
checkmate (>= 2.1.0),
flextable (>= 0.9.2),
grid,
htmltools (>= 0.5.4),
knitr (>= 1.42),
lifecycle (>= 0.2.0),
R6,
rlistings (>= 0.2.10),
rmarkdown (>= 2.23),
rtables (>= 0.6.11),
rtables.officer (>= 0.0.2),
shiny (>= 1.6.0),
shinybusy (>= 0.3.2),
shinyWidgets (>= 0.5.1),
yaml (>= 1.1.0),
zip (>= 1.1.0)
Suggests:
DT (>= 0.13),
formatR (>= 1.5),
formatters (>= 0.5.10),
ggplot2 (>= 3.4.3),
lattice (>= 0.18-4),
png,
testthat (>= 3.2.2),
tinytex,
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Remotes:
insightsengineering/rtables.officer
Config/Needs/verdepcheck: rstudio/bslib, mllg/checkmate,
davidgohel/flextable, rstudio/htmltools, yihui/knitr, r-lib/lifecycle,
r-lib/R6, insightsengineering/rlistings, rstudio/rmarkdown,
insightsengineering/rtables, insightsengineering/rtables.officer,
rstudio/shiny, dreamRs/shinybusy, dreamRs/shinyWidgets,
yaml=vubiostat/r-yaml, r-lib/zip, rstudio/DT, yihui/formatR,
insightsengineering/formatters, tidyverse/ggplot2, deepayan/lattice,
cran/png, r-lib/testthat, rstudio/tinytex, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2