forked from insightsengineering/rtables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
75 lines (75 loc) · 2.33 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
Package: rtables
Title: Reporting Tables
Date: 2023-03-02
Version: 0.6.0.1
Authors@R: c(
person("Gabriel", "Becker", email = "[email protected]", role = c("aut", "cre")),
person("Adrian", "Waddell", email = "[email protected]", role = "aut"),
person("Daniel", "Sabanés Bové", email = "[email protected]", role = "ctb"),
person("Maximilian", "Mordig", email = "[email protected]", role = "ctb"),
person("Davide", "Garolini", email = "[email protected]", role = "ctb")
)
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.
Depends: methods, magrittr, formatters (>= 0.4.0), R (>= 2.10)
Imports:
stats,
htmltools,
grid
Suggests:
dplyr,
tibble,
tidyr,
testthat,
xml2,
knitr,
rmarkdown,
flextable,
officer,
r2rtf,
survival
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/insightsengineering/rtables, https://insightsengineering.github.io/rtables/
BugReports: https://github.com/insightsengineering/rtables/issues
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'
'zzz_constants.R'