-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
67 lines (67 loc) · 2.47 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
Package: teal.osprey
Title: 'teal' Modules for TLG Functions in Osprey
Version: 0.1.16.9037
Date: 2025-02-04
Authors@R: c(
person("Nina", "Qi", , "[email protected]", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
person("Chendi", "Liao", , "[email protected]", role = "aut"),
person("Liming", "Li", , "[email protected]", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person("Molly", "He", role = "ctb"),
person("Carolyn", "Zhang", role = "ctb"),
person("Tina", "Cho", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Community efforts to collect 'teal' modules for TLGs defined
in 'osprey' package. Enables 'teal' app developers to create 'shiny'
applications with a use of 'osprey' analysis functions.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.osprey/,
https://github.com/insightsengineering/teal.osprey/
BugReports: https://github.com/insightsengineering/teal.osprey/issues
Depends:
osprey (>= 0.1.16),
R (>= 3.6),
shiny (>= 1.6.0),
teal (>= 0.15.2.9103),
teal.transform (>= 0.5.0.9021)
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
formatters (>= 0.3.1),
ggplot2 (>= 3.4.0),
lifecycle (>= 0.2.0),
shinyvalidate,
teal.code (>= 0.6.0),
teal.data (>= 0.7.0),
teal.logger (>= 0.3.1),
teal.reporter (>= 0.4.0),
teal.widgets (>= 0.4.3),
tern (>= 0.9.7),
tidyr (>= 0.8.3)
Suggests:
knitr (>= 1.42),
logger (>= 0.2.2),
rmarkdown (>= 2.23),
testthat (>= 3.1.5),
withr (>= 2.0.0)
Remotes:
insightsengineering/osprey,
insightsengineering/teal,
insightsengineering/teal.transform
Config/Needs/verdepcheck: insightsengineering/osprey, rstudio/shiny,
insightsengineering/teal, insightsengineering/teal.slice,
insightsengineering/teal.transform, mllg/checkmate, tidyverse/dplyr,
insightsengineering/formatters, tidyverse/ggplot2, r-lib/lifecycle,
daroczig/logger, rstudio/shinyvalidate, insightsengineering/teal.code,
insightsengineering/teal.logger, insightsengineering/teal.reporter,
insightsengineering/teal.widgets, insightsengineering/tern,
tidyverse/tidyr, yihui/knitr, rstudio/rmarkdown,
insightsengineering/teal.data, 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