forked from rstudio/gt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
83 lines (83 loc) · 2.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
Type: Package
Package: gt
Title: Easily Create Presentation-Ready Display Tables
Version: 0.11.0.9000
Authors@R: c(
person("Richard", "Iannone", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X")),
person("Joe", "Cheng", , "[email protected]", role = "aut"),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Ellis", "Hughes", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0637-4436")),
person("Alexandra", "Lauer", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4191-6301")),
person("JooYoung", "Seo", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4064-6012")),
person("Ken", "Brevoort", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4001-8358")),
person("Olivier", "Roy", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
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.
License: MIT + file LICENSE
URL: https://gt.rstudio.com, https://github.com/rstudio/gt
BugReports: https://github.com/rstudio/gt/issues
Depends:
R (>= 3.6.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),
glue (>= 1.6.2),
htmltools (>= 0.5.4),
htmlwidgets (>= 1.6.1),
juicyjuice (>= 0.1.0),
magrittr (>= 2.0.2),
markdown (>= 1.5),
reactable (>= 0.4.3),
rlang (>= 1.1.0),
sass (>= 0.4.5),
scales (>= 1.2.1),
tidyselect (>= 1.2.0),
vctrs,
xml2 (>= 1.3.3)
Suggests:
digest (>= 0.6.31),
fontawesome (>= 0.5.2),
ggplot2,
grid,
gtable,
katex (>= 1.4.1),
knitr,
lubridate,
magick,
paletteer,
RColorBrewer,
rmarkdown (>= 2.20),
rsvg,
rvest,
shiny (>= 1.7.4),
testthat (>= 3.1.9),
tidyr,
webshot2 (>= 0.1.0),
withr
Config/Needs/coverage: officer
Config/Needs/website: quarto
ByteCompile: true
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2