-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
55 lines (55 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
53
54
55
Package: ftExtra
Title: Extensions for 'Flextable'
Version: 0.6.4
Date: 2024-05-11
Authors@R:
c(person(given = "Atsushi",
family = "Yasumoto",
role = c("aut", "cph", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8335-495X")),
person(given = "David",
family = "Gohel",
role = "ctb"),
person(given = "Romain",
family = "François",
role = "ctb",
comment = c(ORCID = "0000-0002-2444-4226")),
person(given = "Tatsuya",
family = "Shima",
email = "[email protected]",
role = "ctb"))
Maintainer: Atsushi Yasumoto <[email protected]>
Description: Build display tables easily by extending the functionality of the
'flextable' package. Features include spanning header, grouping rows,
parsing markdown and so on.
License: MIT + file LICENSE
URL: https://ftextra.atusy.net, https://github.com/atusy/ftExtra
BugReports: https://github.com/atusy/ftExtra/issues
Imports:
dplyr (>= 1.0.0),
jsonlite,
flextable (>= 0.9.5),
tidyr,
purrr (>= 1.0.0),
magrittr,
rmarkdown,
rlang,
stringr,
tibble,
tidyselect (>= 1.1.0),
xfun,
yaml,
vctrs
Suggests:
testthat (>= 2.1.0),
knitr,
qpdf
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: pandoc (>= 2.0.6) - http://pandoc.org
Config/testthat/edition: 3