-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
65 lines (65 loc) · 2.06 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
Package: formatters
Title: ASCII Formatting for Values and Tables
Version: 0.5.9.9006
Date: 2024-11-29
Authors@R: c(
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",
comment = "original creator of the package"),
person("Adrian", "Waddell", , "adrian.waddell@gene.com", role = "aut"),
person("Davide", "Garolini", , "davide.garolini@roche.com", role = "ctb"),
person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "ctb"),
person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "ctb"),
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("ctb", "cre")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: We provide a framework for rendering complex tables to ASCII,
and a set of formatters for transforming values or sets of values into
ASCII-ready display strings.
License: Apache License 2.0
URL: https://insightsengineering.github.io/formatters/,
https://github.com/insightsengineering/formatters/
BugReports: https://github.com/insightsengineering/formatters/issues
Depends:
methods,
R (>= 2.10)
Imports:
checkmate (>= 2.1.0),
grid,
htmltools (>= 0.5.3),
lifecycle (>= 0.2.0),
stringi (>= 1.7.12)
Suggests:
dplyr (>= 1.0.9),
gt (>= 0.10.0),
huxtable (>= 2.0.0),
knitr (>= 1.42),
r2rtf (>= 0.3.2),
rmarkdown (>= 2.23),
testthat (>= 3.0.4),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: mllg/checkmate, rstudio/htmltools,
r-lib/lifecycle, tidyverse/dplyr, rstudio/gt, hughjonesd/huxtable,
yihui/knitr, Merck/r2rtf, rstudio/rmarkdown, gagolews/stringi,
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:
'data.R'
'format_value.R'
'matrix_form.R'
'generics.R'
'labels.R'
'mpf_exporters.R'
'package.R'
'page_size.R'
'pagination.R'
'tostring.R'
'utils.R'
'zzz.R'