-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 1.75 KB
/
DESCRIPTION
File metadata and controls
63 lines (63 loc) · 1.75 KB
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
Package: uteals
Title: Shared Utilities to Extend the 'teal' Modules
Language: en-US
Version: 0.0.2.9000
Date: 2026-02-04
URL: https://github.com/phuse-org/uteals
Authors@R:
c(
person("Nadia", "Abraham", , "NAbraha5@ITS.JNJ.com", role = "aut"),
person("Chanchal", "Bhalla", , "CBhalla@ITS.JNJ.com", role = "aut"),
person("Peyman", "Eshghi", , "peymaan.es@gmail.com", role = c("aut", "cre")),
person("Pranith", "Gourisetty", , "PGourise@ITS.JNJ.com", role = "aut"),
person("Sohan", "Lal", , "SLal8@ITS.JNJ.com", role = "aut"),
person("Przemyslaw", "Posiadala", , "PPosiada@ITS.JNJ.com", role = "aut"),
person("Alina", "Tselinina", , "ATselini@ITS.JNJ.com", role = "aut"),
person("Konrad", "Pagacz", , "konrad.pagacz@gmail.com", role = c("aut")),
person(given = "PHUSE", role = "cph")
)
Description: Provides decorators, transformators, and utility functions
to extend the 'teal' framework for interactive data analysis
applications. Implements methods for data visualization enhancement,
statistical data transformations, and workflow integration tools.
Designed to support clinical and pharmaceutical research workflows
within the 'teal' ecosystem through modular and reusable components.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
R6,
checkmate,
cowplot,
dplyr,
formatters,
ggplot2,
ggplotify,
junco,
methods,
openxlsx,
patchwork,
rlang,
rtables,
shiny,
shinyBS,
shinyWidgets,
shinyjs,
teal,
teal.code,
tern,
yaml,
gridify,
teal.modules.clinical
Suggests:
forcats,
knitr,
rAccess,
rmarkdown,
teal.data,
teal.modules.general,
teal.transform
VignetteBuilder: knitr