Skip to content

Commit c0e2f2e

Browse files
committed
chore: Pass DESCRIPTION file through usethis::use_tidy_description()
1 parent 774c5e2 commit c0e2f2e

File tree

2 files changed

+41
-32
lines changed

2 files changed

+41
-32
lines changed

DESCRIPTION

Lines changed: 39 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,44 @@
1-
Package: flextable
21
Type: Package
2+
Package: flextable
33
Title: Functions for Tabular Reporting
4-
Version: 0.9.6.008
4+
Version: 0.9.6.009
55
Authors@R: c(
6-
person("David", "Gohel", role = c("aut", "cre"),
7-
email = "[email protected]"),
8-
person(given = "ArData", role = "cph"),
6+
person("David", "Gohel", , "[email protected]", role = c("aut", "cre")),
7+
person("ArData", role = "cph"),
98
person("Clementine", "Jager", role = "ctb"),
10-
person("Panagiotis", "Skintzos", role = "aut", email = "[email protected]"),
9+
person("Panagiotis", "Skintzos", , "[email protected]", role = "aut"),
1110
person("Quentin", "Fazilleau", role = "ctb"),
12-
person("Maxim", "Nazarov", role = "ctb", comment = "rmarkdown for docx output"),
11+
person("Maxim", "Nazarov", role = "ctb",
12+
comment = "rmarkdown for docx output"),
1313
person("Titouan", "Robert", role = "ctb"),
14-
person("Michael", "Barrowman", role = "ctb", comment = "inline footnotes"),
15-
person("Atsushi", "Yasumoto", role = "ctb", comment = "support for bookdown cross reference"),
16-
person("Paul", "Julian", role = "ctb", comment = "support for gam objects"),
17-
person("Sean", "Browning", role = "ctb", comment = "work on footnote positioning system"),
18-
person("Rémi", "Thériault", role = "ctb", comment = c(ORCID = "0000-0003-4315-6788", ctb = "theme_apa")),
19-
person("Samuel", "Jobert", role = "ctb", comment = "work on pagination")
20-
)
14+
person("Michael", "Barrowman", role = "ctb",
15+
comment = "inline footnotes"),
16+
person("Atsushi", "Yasumoto", role = "ctb",
17+
comment = "support for bookdown cross reference"),
18+
person("Paul", "Julian", role = "ctb",
19+
comment = "support for gam objects"),
20+
person("Sean", "Browning", role = "ctb",
21+
comment = "work on footnote positioning system"),
22+
person("Rémi", "Thériault", role = "ctb",
23+
comment = c(ORCID = "0000-0003-4315-6788", ctb = "theme_apa")),
24+
person("Samuel", "Jobert", role = "ctb",
25+
comment = "work on pagination")
26+
)
2127
Description: Use a grammar for creating and customizing pretty tables.
22-
The following formats are supported: 'HTML', 'PDF', 'RTF',
23-
'Microsoft Word', 'Microsoft PowerPoint' and R 'Grid Graphics'.
24-
'R Markdown', 'Quarto' and the package 'officer' can be used to produce
25-
the result files. The syntax is the same for the user regardless of
26-
the type of output to be produced. A set of functions allows the
27-
creation, definition of cell arrangement, addition of headers or
28-
footers, formatting and definition of cell content with text and
29-
or images. The package also offers a set of high-level functions
30-
that allow tabular reporting of statistical models and the
31-
creation of complex cross tabulations.
28+
The following formats are supported: 'HTML', 'PDF', 'RTF', 'Microsoft
29+
Word', 'Microsoft PowerPoint' and R 'Grid Graphics'. 'R Markdown',
30+
'Quarto' and the package 'officer' can be used to produce the result
31+
files. The syntax is the same for the user regardless of the type of
32+
output to be produced. A set of functions allows the creation,
33+
definition of cell arrangement, addition of headers or footers,
34+
formatting and definition of cell content with text and or images. The
35+
package also offers a set of high-level functions that allow tabular
36+
reporting of statistical models and the creation of complex cross
37+
tabulations.
3238
License: GPL-3
39+
URL: https://ardata-fr.github.io/flextable-book/,
40+
https://davidgohel.github.io/flextable/
41+
BugReports: https://github.com/davidgohel/flextable/issues
3342
Imports:
3443
data.table (>= 1.13.0),
3544
gdtools (>= 0.3.6),
@@ -46,14 +55,12 @@ Imports:
4655
utils,
4756
uuid (>= 0.1-4),
4857
xml2
49-
RoxygenNote: 7.3.1
50-
Roxygen: list(markdown = TRUE)
5158
Suggests:
5259
bookdown (>= 0.34),
5360
broom,
5461
broom.mixed,
55-
cluster,
5662
chromote,
63+
cluster,
5764
commonmark,
5865
doconv (>= 0.3.0),
5966
equatags,
@@ -72,8 +79,9 @@ Suggests:
7279
webshot2,
7380
withr,
7481
xtable
75-
Encoding: UTF-8
76-
URL: https://ardata-fr.github.io/flextable-book/, https://davidgohel.github.io/flextable/
77-
BugReports: https://github.com/davidgohel/flextable/issues
78-
VignetteBuilder: knitr
82+
VignetteBuilder:
83+
knitr
7984
Config/testthat/edition: 3
85+
Encoding: UTF-8
86+
Roxygen: list(markdown = TRUE)
87+
RoxygenNote: 7.3.1

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flextable 0.9.6.008 (Development version)
1+
# flextable 0.9.6.009 (Development version)
22

33
## Changes
44

@@ -22,6 +22,7 @@
2222
- Removes `context()` as this is encapsulated by the test file name.
2323
- Swaps `expect_equivalent()` with `expect_equal(ignore_attr = TRUE)`
2424
- Swaps `expect_is()` for `expect_s3_class()`.
25+
- DESCRIPTION file passed through `usethis::use_tidy_description()`.
2526

2627
# flextable 0.9.6
2728

0 commit comments

Comments
 (0)