-
Notifications
You must be signed in to change notification settings - Fork 50
/
DESCRIPTION
102 lines (102 loc) · 3.42 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
98
99
100
101
102
Package: rtables
Title: Reporting Tables
Version: 0.6.10.9005
Date: 2024-11-20
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.9),
magrittr (>= 1.5),
methods,
R (>= 2.10)
Imports:
checkmate (>= 2.1.0),
htmltools (>= 0.5.4),
lifecycle (>= 0.2.0),
stats,
stringi (>= 1.6)
Suggests:
broom (>= 1.0.6),
car (>= 3.0-13),
dplyr (>= 1.0.5),
knitr (>= 1.42),
r2rtf (>= 0.3.2),
rmarkdown (>= 2.23),
survival (>= 3.3-1),
testthat (>= 3.0.4),
tibble (>= 3.2.1),
tidyr (>= 1.1.3),
withr (>= 2.0.0),
xml2 (>= 1.1.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/magrittr, mllg/checkmate, rstudio/htmltools,
gagolews/stringi, tidymodels/broom, cran/car, tidyverse/dplyr,
davidgohel/flextable, yihui/knitr, r-lib/lifecycle,
davidgohel/officer, Merck/r2rtf, rstudio/rmarkdown, therneau/survival,
r-lib/testthat, tidyverse/tibble, tidyverse/tidyr, r-lib/withr,
r-lib/xml2
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'00tabletrees.R'
'Viewer.R'
'argument_conventions.R'
'as_html.R'
'utils.R'
'colby_constructors.R'
'compare_rtables.R'
'format_rcell.R'
'indent.R'
'make_subset_expr.R'
'custom_split_funs.R'
'default_split_funs.R'
'make_split_fun.R'
'summary.R'
'package.R'
'tree_accessors.R'
'tt_afun_utils.R'
'tt_as_df.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'