-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
114 lines (114 loc) · 3.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Type: Package
Package: teal.modules.general
Title: General Modules for 'teal' Applications
Version: 0.3.0.9071
Date: 2025-01-27
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("Ondrej", "Slama", , "[email protected]", role = "ctb"),
person("Maciej", "Nasinski", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person("Nikolas", "Burkoff", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Prebuilt 'shiny' modules containing tools for viewing data,
visualizing data, understanding missing and outlier values within your
data and performing simple data analysis. This extends 'teal'
framework that supports reproducible research and analysis.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.modules.general/,
https://github.com/insightsengineering/teal.modules.general/
BugReports:
https://github.com/insightsengineering/teal.modules.general/issues
Depends:
ggmosaic (>= 0.3.0),
ggplot2 (>= 3.4.0),
R (>= 4.1),
shiny (>= 1.6.0),
teal (>= 0.15.2.9103),
teal.transform (>= 0.5.0.9015)
Imports:
checkmate (>= 2.1.0),
colourpicker (>= 1.3.0),
dplyr (>= 1.0.5),
DT (>= 0.13),
forcats (>= 1.0.0),
generics (>= 0.1.3),
ggExtra (>= 0.10.1),
ggpmisc (>= 0.4.3),
ggpp (>= 0.5.8-1),
ggrepel (>= 0.9.6),
goftest (>= 1.2-3),
grid,
gridExtra (>= 2.3),
htmlwidgets (>= 1.6.4),
jsonlite (>= 1.8.9),
lattice (>= 0.18-4),
lifecycle (>= 0.2.0),
MASS (>= 7.3-61),
rlistings (>= 0.2.8),
rtables (>= 0.6.8),
scales (>= 1.3.0),
shinyjs (>= 2.1.0),
shinyTree (>= 0.2.8),
shinyvalidate (>= 0.1.3),
shinyWidgets (>= 0.5.1),
sparkline (>= 2.0),
stats,
stringr (>= 1.4.1),
teal.code (>= 0.5.0.9012),
teal.data (>= 0.6.0.9015),
teal.logger (>= 0.3.1),
teal.reporter (>= 0.3.1.9023),
teal.widgets (>= 0.4.0),
tern (>= 0.9.5),
tibble (>= 2.0.0),
tidyr (>= 0.8.3),
tools,
utils
Suggests:
knitr (>= 1.42),
logger (>= 0.2.0),
nestcolor (>= 0.1.0),
pkgload,
rlang (>= 1.0.0),
rmarkdown (>= 2.23),
roxy.shinylive,
rvest,
shinytest2,
testthat (>= 3.1.9),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/teal,
insightsengineering/teal.code,
insightsengineering/teal.data,
insightsengineering/teal.reporter,
insightsengineering/teal.transform
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,
rstudio/shiny, insightsengineering/teal,
insightsengineering/teal.slice, insightsengineering/teal.transform,
mllg/checkmate, tidyverse/dplyr, rstudio/DT, tidyverse/forcats,
r-lib/lifecycle, r-lib/scales, daattali/shinyjs, shinyTree/shinyTree,
rstudio/shinyvalidate, dreamRs/shinyWidgets, tidyverse/stringr,
insightsengineering/teal.code, insightsengineering/teal.data,
insightsengineering/teal.logger, insightsengineering/teal.reporter,
insightsengineering/teal.widgets, insightsengineering/tern,
tidyverse/tibble, tidyverse/tidyr, daattali/colourpicker,
daattali/ggExtra, aphalo/ggpmisc, aphalo/ggpp, slowkow/ggrepel,
baddstats/goftest, ramnathv/htmlwidgets, jeroen/jsonlite, yihui/knitr,
daroczig/logger, deepayan/lattice, insightsengineering/nestcolor,
r-lib/pkgload, r-lib/rlang, rstudio/rmarkdown,
insightsengineering/roxy.shinylive, insightsengineering/rtables,
tidyverse/rvest, htmlwidgets/sparkline, rstudio/shinytest2,
r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))
RoxygenNote: 7.3.2