-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
83 lines (83 loc) · 2.67 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
76
77
78
79
80
81
82
83
Type: Package
Package: teal.data
Title: Data Model for 'teal' Applications
Version: 0.6.0.9025
Date: 2025-01-08
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
person("Aleksander", "Chlebowski", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5018-6294")),
person("Marcin", "Kosinski", , "[email protected]", role = "aut"),
person("Andre", "Verissimo", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2212-339X")),
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("Chendi", "Liao", , "[email protected]", role = "rev"),
person("Dony", "Unardi", , "[email protected]", role = "rev"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Provides a 'teal_data' class as a unified data model for
'teal' applications focusing on reproducibility and relational data.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.data/,
https://github.com/insightsengineering/teal.data/
BugReports: https://github.com/insightsengineering/teal.data/issues
Depends:
R (>= 4.0),
teal.code (>= 0.5.0.9015)
Imports:
checkmate (>= 2.1.0),
lifecycle (>= 0.2.0),
methods,
rlang (>= 1.1.0),
stats,
utils
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.23),
testthat (>= 3.2.2),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Config/Needs/verdepcheck: insightsengineering/teal.code, mllg/checkmate,
r-lib/lifecycle, r-lib/rlang, yihui/knitr, rstudio/rmarkdown,
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
Collate:
'cdisc_data.R'
'data.R'
'formatters_var_labels.R'
'deprecated.R'
'dummy_function.R'
'join_key.R'
'join_keys-c.R'
'join_keys-extract.R'
'join_keys-names.R'
'join_keys-parents.R'
'join_keys-print.R'
'join_keys-utils.R'
'join_keys.R'
'teal.data.R'
'teal_data-class.R'
'teal_data-constructor.R'
'teal_data-extract.R'
'teal_data-get_code.R'
'teal_data-names.R'
'teal_data-show.R'
'testhat-helpers.R'
'topological_sort.R'
'verify.R'
'zzz.R'