-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1010 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
35
36
37
Package: openxlsx2Extras
Title: Extra Functions for the openxlsx2 package
Version: 0.0.0.9000
Authors@R: c(
person("Eli", "Pousson", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8280-1706")),
person("Jan Marvin", "Garbuszus", , "[email protected]", role = "ctb")
)
Description: Extends the openxlsx2 package with wrapper and helper
functions designed to add new features and options when working with
Excel workbooks.
License: MIT + file LICENSE
URL: https://github.com/elipousson/openxlsx2Extras,
https://elipousson.github.io/openxlsx2Extras/
BugReports: https://github.com/elipousson/openxlsx2Extras/issues
Imports:
cli,
fs,
lifecycle,
openxlsx2,
purrr,
rlang,
utils,
vctrs
Suggests:
dplyr,
gt,
marquee,
sf,
testthat (>= 3.0.0),
tidyselect,
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2