forked from rstudio/gt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
139 lines (139 loc) · 3.65 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Type: Package
Package: gt
Version: 0.8.0.9000
Title: Easily Create Presentation-Ready Display Tables
Description: Build display tables from tabular data with an easy-to-use set of
functions. With its progressive approach, we can construct display tables
with a cohesive set of table parts. Table values can be formatted using any
of the included formatting functions. Footnotes and cell styles can be
precisely added through a location targeting system. The way in which 'gt'
handles things for you means that you don't often have to worry about the
fine details.
Authors@R: c(
person("Richard", "Iannone", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X")),
person("Joe", "Cheng", , "[email protected]", "aut"),
person("Barret", "Schloerke", , "[email protected]", "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Ellis", "Hughes", , "[email protected]", "aut",
comment = c(ORCID = "0000-0003-0637-4436")),
person("Alexandra", "Lauer", , "[email protected]", "aut",
comment = c(ORCID = "0000-0002-4191-6301")),
person("JooYoung", "Seo", , "[email protected]", "aut",
comment = c(ORCID = "0000-0002-4064-6012")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
License: MIT + file LICENSE
URL: https://gt.rstudio.com/, https://github.com/rstudio/gt
BugReports: https://github.com/rstudio/gt/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.2.0)
Imports:
base64enc (>= 0.1-3),
bigD (>= 0.2),
bitops (>= 1.0-7),
cli (>= 3.6.0),
commonmark (>= 1.8.1),
dplyr (>= 1.1.0),
fs (>= 1.6.1),
ggplot2 (>= 3.4.1),
glue (>= 1.6.2),
htmltools (>= 0.5.4),
htmlwidgets (>= 1.6.1),
magrittr (>= 2.0.2),
reactable (>= 0.4.3),
rlang (>= 1.0.2),
sass (>= 0.4.5),
scales (>= 1.2.1),
tibble (>= 3.1.8),
tidyselect (>= 1.2.0)
Suggests:
covr,
digest (>= 0.6.31),
juicyjuice (>= 0.1.0),
lubridate,
knitr,
paletteer,
RColorBrewer,
rmarkdown (>= 2.20),
rvest,
shiny (>= 1.7.4),
testthat (>= 3.1.6),
tidyr,
webshot2 (>= 0.1.0),
xml2 (>= 1.3.3)
Roxygen: list(markdown = TRUE)
Collate:
'as_data_frame.R'
'build_data.R'
'compile_scss.R'
'data_color.R'
'datasets.R'
'dt__.R'
'dt_body.R'
'dt_boxhead.R'
'dt_cols_merge.R'
'dt_data.R'
'dt_footnotes.R'
'dt_formats.R'
'dt_groups_rows.R'
'dt_has_built.R'
'dt_heading.R'
'dt_locale.R'
'dt_options.R'
'dt_row_groups.R'
'dt_source_notes.R'
'dt_spanners.R'
'dt_stub_df.R'
'dt_stubhead.R'
'dt_styles.R'
'dt_substitutions.R'
'dt_summary.R'
'dt_transforms.R'
'export.R'
'format_data.R'
'format_vec.R'
'gt-package.R'
'gt.R'
'gt_group.R'
'gt_preview.R'
'helpers.R'
'image.R'
'info_tables.R'
'knitr-utils.R'
'location_methods.R'
'modify_columns.R'
'modify_rows.R'
'tab_create_modify.R'
'opts.R'
'print.R'
'reexports.R'
'render_as_html.R'
'render_as_i_html.R'
'resolver.R'
'shiny.R'
'substitution.R'
'summary_rows.R'
'tab_info.R'
'tab_remove.R'
'tab_style_body.R'
'text_transform.R'
'utils.R'
'utils_color_contrast.R'
'utils_formatters.R'
'utils_general_str_formatting.R'
'utils_pipe.R'
'utils_quarto.R'
'utils_render_common.R'
'utils_render_html.R'
'utils_render_latex.R'
'utils_render_rtf.R'
'utils_render_xml.R'
'z_utils_render_footnotes.R'
'zzz.R'
Config/testthat/edition: 3
Config/testthat/parallel: true