forked from davidgohel/flextable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.5 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
Package: flextable
Type: Package
Title: Functions for Tabular Reporting
Version: 0.5.11.001
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
person("Quentin", "Fazilleau", role = c("ctb"),
email = "[email protected]"),
person("Maxim", "Nazarov", role = c("ctb"),
comment = "rmarkdown for docx output"),
person(given = "Titouan", family = "Robert", role = c("ctb")),
person(given = "Michael", family = "Barrowman", role = c("ctb"), comment = "inline footnotes"),
person(given = "Atsushi", family = "Yasumoto", role = c("ctb"), comment = "support for bookdown cross reference")
)
Description: Create pretty tables for 'HTML', 'Microsoft Word' and 'Microsoft PowerPoint' documents.
Functions are provided to let users create tables, modify and format their content.
It extends package 'officer' that does not contain any feature for customized tabular reporting
and can be used within R markdown documents.
License: GPL-3
LazyData: TRUE
Imports:
stats, utils, grDevices, graphics,
officer (>= 0.3.10),
rmarkdown, knitr, htmltools,
xml2, data.table, uuid,
gdtools (>= 0.1.6), rlang,
base64enc
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
xtable,
magrittr,
webshot,
magick,
ggplot2, scales,
broom
Encoding: UTF-8
URL: https://davidgohel.github.io/flextable
BugReports: https://github.com/davidgohel/flextable/issues
VignetteBuilder: knitr