forked from insightsengineering/rtables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.11 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
Package: rtables
Title: Reporting Tables
Date: 2020-03-31
Version: 0.1.6
Authors@R: c(
person("Adrian", "Waddell", email = "[email protected]", role = c("aut", "cre")),
person("Maximilian", "Mordig", email = "[email protected]", role = "aut")
)
Description: Reporting tables are useful to create formated tables with cells that
display multiple values. An rtable object will provide access to all the raw data
that make up the table.
Depends:
Imports:
stats,
methods,
htmltools,
purrr,
rlang
Suggests:
dplyr,
testthat (>= 2.0),
knitr
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
URL: https://github.com/roche/rtables, https://roche.github.io/rtables/
BugReports: https://github.com/roche/rtables/issues
Collate:
'Viewer.R'
'accessors_modifiers.R'
'as_html.R'
'coercion.R'
'utils.R'
'col_by.R'
'compare_rtables.R'
'for_rtables.R'
'format_rcell.R'
'header_add_N.R'
'indent.R'
'labels.R'
'rbind.R'
'rtable.R'
'rtabulate.R'
'sort.R'
'toString.R'