-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 852 Bytes
/
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
Package: officerExtras
Title: Extra Helpers for 'officer'
Version: 0.0.1.9002
Authors@R:
person("Eli", "Pousson", , "eli.pousson@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8280-1706"))
Description: Helper and convenience functions using the 'officer' package
to modify docx files.
License: MIT + file LICENSE
URL: https://github.com/elipousson/officerExtras,
https://elipousson.github.io/officerExtras/
BugReports: https://github.com/elipousson/officerExtras/issues
Imports:
cli,
glue,
lifecycle,
officer,
rlang (>= 1.1.0),
tibble,
utils,
vctrs,
xml2
Suggests:
covr,
ggplot2,
gt (>= 0.7.0),
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2