-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
52 lines (52 loc) · 1.47 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
Type: Package
Package: gtExtras
Title: Extending 'gt' for Beautiful HTML Tables
Version: 0.5.0.9005
Authors@R: c(
person("Thomas", "Mock", , "[email protected]", role = c("aut", "cre", "cph")),
person("Daniel D.", "Sjoberg", , "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-0862-2018"))
)
Description: Provides additional functions for creating beautiful tables
with 'gt'. The functions are generally wrappers around boilerplate or
adding opinionated niche capabilities and helpers functions.
License: MIT + file LICENSE
URL: https://github.com/jthomasmock/gtExtras,
https://jthomasmock.github.io/gtExtras/
BugReports: https://github.com/jthomasmock/gtExtras/issues
Depends:
R (>= 3.6.0),
gt (>= 0.9.0)
Imports:
commonmark,
dplyr (>= 1.0.9),
fontawesome (>= 0.4.0),
ggplot2 (>= 3.4.0),
glue (>= 1.6.1),
htmltools (>= 0.5.3),
paletteer (>= 1.4.0),
rlang (>= 1.0.4),
scales (>= 1.2.0),
knitr (>= 1.35),
cli (>= 3.6.0)
Suggests:
base64enc (>= 0.1-3),
bitops (>= 1.0.6),
covr,
fs (>= 1.5.2),
hms,
magrittr (>= 1.5),
rvest (>= 1.0.3),
sass (>= 0.1.1),
stringr (>= 1.3.1),
svglite (>= 2.1.0),
testthat (>= 3.0.0),
tibble (>= 3.0.0),
tidyr (>= 1.0.0),
tidyselect (>= 1.0.0),
webshot2 (>= 0.1.0),
xml2 (>= 1.3.3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true