-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
75 lines (75 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
68
69
70
71
72
73
74
75
Type: Package
Package: teal.code
Title: Code Storage and Execution Class for 'teal' Applications
Version: 0.5.0.9022
Date: 2025-01-07
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Aleksander", "Chlebowski", , "[email protected]", role = "aut"),
person("Marcin", "Kosinski", , "[email protected]", role = "aut"),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
person("Nikolas", "Burkoff", , "[email protected]", role = "aut"),
person("Mahmoud", "Hallal", , "[email protected]", role = "aut"),
person("Maciej", "Nasinski", , "[email protected]", role = "aut"),
person("Konrad", "Pagacz", , "[email protected]", role = "aut"),
person("Junlue", "Zhao", , "[email protected]", role = "aut"),
person("Chendi", "Liao", , "[email protected]", role = "rev"),
person("Dony", "Unardi", , "[email protected]", role = "rev"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Introduction of 'qenv' S4 class, that facilitates code
execution and reproducibility in 'teal' applications.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.code/,
https://github.com/insightsengineering/teal.code
BugReports: https://github.com/insightsengineering/teal.code/issues
Depends:
methods,
R (>= 4.0)
Imports:
checkmate (>= 2.1.0),
cli (>= 3.4.0),
grDevices,
lifecycle (>= 0.2.0),
rlang (>= 1.1.0),
stats,
utils
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.23),
shiny (>= 1.6.0),
testthat (>= 3.1.8),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Config/Needs/verdepcheck: mllg/checkmate, r-lib/cli, r-lib/lifecycle,
r-lib/rlang, r-lib/cli, yihui/knitr, rstudio/rmarkdown, rstudio/shiny,
r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'qenv-c.R'
'qenv-class.R'
'qenv-errors.R'
'qenv-concat.R'
'qenv-constructor.R'
'qenv-eval_code.R'
'qenv-extract.R'
'qenv-get_code.R'
'qenv-get_env.R'
'qenv-get_messages.r'
'qenv-get_var.R'
'qenv-get_warnings.R'
'qenv-join.R'
'qenv-length.R'
'qenv-show.R'
'qenv-within.R'
'teal.code-package.R'
'utils-get_code_dependency.R'
'utils.R'