forked from davidgohel/flextable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
88 lines (88 loc) · 2.77 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
Type: Package
Package: flextable
Title: Functions for Tabular Reporting
Version: 0.9.7.001
Authors@R: c(
person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")),
person("ArData", role = "cph"),
person("Clementine", "Jager", role = "ctb"),
person("Panagiotis", "Skintzos", , "panagiotis.skintzos@ardata.fr", role = "aut"),
person("Quentin", "Fazilleau", role = "ctb"),
person("Maxim", "Nazarov", role = "ctb",
comment = "rmarkdown for docx output"),
person("Titouan", "Robert", role = "ctb"),
person("Michael", "Barrowman", role = "ctb",
comment = "inline footnotes"),
person("Atsushi", "Yasumoto", role = "ctb",
comment = "support for bookdown cross reference"),
person("Paul", "Julian", role = "ctb",
comment = "support for gam objects"),
person("Sean", "Browning", role = "ctb",
comment = "work on footnote positioning system"),
person("Rémi", "Thériault", role = "ctb",
comment = c(ORCID = "0000-0003-4315-6788", ctb = "theme_apa")),
person("Samuel", "Jobert", role = "ctb",
comment = "work on pagination"),
person("Keith", "Newman", role = "ctb")
)
Description: Use a grammar for creating and customizing pretty tables.
The following formats are supported: 'HTML', 'PDF', 'RTF', 'Microsoft
Word', 'Microsoft PowerPoint' and R 'Grid Graphics'. 'R Markdown',
'Quarto' and the package 'officer' can be used to produce the result
files. The syntax is the same for the user regardless of the type of
output to be produced. A set of functions allows the creation,
definition of cell arrangement, addition of headers or footers,
formatting and definition of cell content with text and or images. The
package also offers a set of high-level functions that allow tabular
reporting of statistical models and the creation of complex cross
tabulations.
License: GPL-3
URL: https://ardata-fr.github.io/flextable-book/,
https://davidgohel.github.io/flextable/
BugReports: https://github.com/davidgohel/flextable/issues
Imports:
data.table (>= 1.13.0),
gdtools (>= 0.3.6),
graphics,
grDevices,
grid,
htmltools,
knitr,
officer (>= 0.6.5),
ragg,
rlang,
rmarkdown (>= 2.0),
stats,
utils,
uuid (>= 0.1-4),
xml2
Suggests:
bookdown (>= 0.34),
broom,
broom.mixed,
chromote,
cluster,
commonmark,
doconv (>= 0.3.0),
equatags,
ggplot2,
lme4,
magick,
mgcv,
nlme,
officedown,
pdftools,
pkgdown (>= 2.0.0),
scales,
svglite,
tables (>= 0.9.17),
testthat (>= 3.0.0),
webshot2,
withr,
xtable
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1