-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
62 lines (62 loc) · 2.06 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
Package: teal.transform
Title: Functions for Extracting and Merging Data in the 'teal' Framework
Version: 0.5.0.9023
Date: 2025-01-23
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: A standardized user interface for column selection, that
facilitates dataset merging in 'teal' framework.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.transform/,
https://github.com/insightsengineering/teal.transform/
BugReports: https://github.com/insightsengineering/teal.transform/issues
Depends:
R (>= 3.6)
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.1.0),
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
methods,
rlang (>= 1.0.0),
shiny (>= 1.6.0),
shinyjs,
shinyvalidate (>= 0.1.3),
stats,
teal.data (>= 0.6.0.9015),
teal.logger (>= 0.3.1),
teal.widgets (>= 0.4.2),
tidyr (>= 1.0.0),
tidyselect
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.23),
teal.code (>= 0.5.0),
testthat (>= 3.1.5),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Config/Needs/verdepcheck: mllg/checkmate, tidyverse/dplyr,
r-lib/lifecycle, daroczig/logger, r-lib/rlang, rstudio/shiny,
daattali/shinyjs, rstudio/shinyvalidate,
insightsengineering/teal.data, insightsengineering/teal.logger,
insightsengineering/teal.widgets, tidyverse/tidyr, r-lib/tidyselect,
yihui/knitr, rstudio/rmarkdown, insightsengineering/teal.code,
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