-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
65 lines (65 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
64
65
Package: teal.widgets
Title: 'shiny' Widgets for 'teal' Applications
Version: 0.4.2.9025
Date: 2024-12-10
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
person("Mahmoud", "Hallal", , "[email protected]", role = "aut"),
person("Nikolas", "Burkoff", role = "aut"),
person("Maciej", "Nasinski", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person("Junlue", "Zhao", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Collection of 'shiny' widgets to support 'teal' applications.
Enables the manipulation of application layout and plot or table
settings.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.widgets/,
https://github.com/insightsengineering/teal.widgets
BugReports: https://github.com/insightsengineering/teal.widgets/issues
Depends:
R (>= 3.6)
Imports:
bslib,
checkmate (>= 2.1.0),
ggplot2 (>= 3.4.3),
graphics,
grDevices,
htmltools (>= 0.5.4),
lifecycle (>= 0.2.0),
methods,
rtables (>= 0.6.6),
shiny (>= 1.6.0),
shinyjs,
shinyWidgets (>= 0.5.1),
styler (>= 1.2.0)
Suggests:
DT,
knitr (>= 1.42),
lattice (>= 0.18-4),
magrittr (>= 1.5),
png,
rmarkdown (>= 2.23),
rvest (>= 1.0.3),
shinytest2 (>= 0.2.0),
shinyvalidate,
testthat (>= 3.1.5),
withr (>= 2.1.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: rstudio/bslib, mllg/checkmate,
tidyverse/ggplot2, rstudio/htmltools, r-lib/lifecycle,
insightsengineering/rtables, rstudio/shiny, daattali/shinyjs,
dreamRs/shinyWidgets, r-lib/styler, rstudio/DT, yihui/knitr,
deepayan/lattice, tidyverse/magrittr, cran/png, tidyverse/rvest,
rstudio/rmarkdown, rstudio/shinytest2, rstudio/shinyvalidate,
r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2