-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
77 lines (77 loc) · 2.52 KB
/
DESCRIPTION
File metadata and controls
77 lines (77 loc) · 2.52 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Type: Package
Package: teal.code
Title: Code Storage and Execution Class for 'teal' Applications
Version: 0.7.1.9003
Date: 2026-04-23
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut"),
person("Marcin", "Kosinski", , "marcin.kosinski.mk1@roche.com", role = "aut"),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
person("Nikolas", "Burkoff", , "nikolas.burkoff@roche.com", role = "aut"),
person("Mahmoud", "Hallal", , "mahmoud.hallal@roche.com", role = "aut"),
person("Maciej", "Nasinski", , "maciej.nasinski@contractors.roche.com", role = "aut"),
person("Konrad", "Pagacz", , "konrad.pagacz@contractors.roche.com", role = "aut"),
person("Junlue", "Zhao", , "zhaoj88@gene.com", role = "aut"),
person("Chendi", "Liao", , "chendi.liao@roche.com", role = "rev"),
person("Dony", "Unardi", , "unardid@gene.com", 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),
evaluate (>= 1.0.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.3
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_outputs.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'