forked from insightsengineering/rtables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
97 lines (97 loc) · 3.26 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Package: rtables
Title: Reporting Tables
Version: 0.6.5.9011
Date: 2023-11-07
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", role = "aut",
comment = "Original creator of the package"),
person("Adrian", "Waddell", , "[email protected]", role = "aut"),
person("Daniel", "Sabanés Bové", , "[email protected]", role = "ctb"),
person("Maximilian", "Mordig", , "[email protected]", role = "ctb"),
person("Davide", "Garolini", , "[email protected]", role = "ctb"),
person("Emily", "de la Rua", , "[email protected]", role = "ctb"),
person("Abinaya", "Yogasekaram", , "[email protected]", role = "ctb"),
person("Joe", "Zhu", , "[email protected]", role = c("ctb", "cre")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Reporting tables often have structure that goes beyond simple
rectangular data. The 'rtables' package provides a framework for
declaring complex multi-level tabulations and then applying them to
data. This framework models both tabulation and the resulting tables
as hierarchical, tree-like objects which support sibling sub-tables,
arbitrary splitting or grouping of data in row and column dimensions,
cells containing multiple values, and the concept of contextual
summary computations. A convenient pipe-able interface is provided for
declaring table layouts and the corresponding computations, and then
applying them to data.
License: Apache License 2.0 | file LICENSE
URL: https://github.com/insightsengineering/rtables,
https://insightsengineering.github.io/rtables/
BugReports: https://github.com/insightsengineering/rtables/issues
Depends:
formatters (>= 0.5.4),
magrittr (>= 1.5),
methods,
R (>= 2.10)
Imports:
grid,
htmltools (>= 0.5.4),
stats
Suggests:
broom (>= 0.7.10),
car (>= 3.0-13),
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
flextable (>= 0.8.4),
knitr (>= 1.42),
officer (>= 0.5.0),
r2rtf (>= 0.3.2),
survival (>= 3.3-1),
testthat (>= 3.0.4),
tibble (>= 3.2.1),
tidyr (>= 1.1.3),
xml2 (>= 1.1.0)
VignetteBuilder:
knitr
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/magrittr, rstudio/htmltools, tidymodels/broom, cran/car,
mllg/checkmate, tidyverse/dplyr, davidgohel/flextable, yihui/knitr,
davidgohel/officer, Merck/r2rtf, r-lib/testthat, tidyverse/tibble,
tidyverse/tidyr, r-lib/xml2
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'00tabletrees.R'
'Viewer.R'
'argument_conventions.R'
'as_html.R'
'utils.R'
'colby_constructors.R'
'compare_rtables.R'
'deprecated.R'
'format_rcell.R'
'indent.R'
'make_subset_expr.R'
'simple_analysis.R'
'split_funs.R'
'make_split_fun.R'
'summary.R'
'tree_accessors.R'
'tt_afun_utils.R'
'tt_compare_tables.R'
'tt_compatibility.R'
'tt_dotabulation.R'
'tt_paginate.R'
'tt_pos_and_access.R'
'tt_showmethods.R'
'tt_sort.R'
'tt_test_afuns.R'
'tt_toString.R'
'tt_export.R'
'index_footnotes.R'
'tt_from_df.R'
'validate_table_struct.R'
'zzz_constants.R'