-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
45 lines (45 loc) · 1.27 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
Type: Package
Package: openxlsx2
Title: Read, Write and Edit 'xlsx' Files
Version: 1.12.0.9000
Language: en-US
Authors@R: c(
person("Jordan Mark", "Barbone", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-9788-3628")),
person("Jan Marvin", "Garbuszus", email = "[email protected]", role = c("aut", "cre")),
person("Olivier", "Roy", role = "ctb"),
person(family = "openxlsx authors", role = "cph", comment = "openxlsx package"),
person("Arseny", "Kapoulkine", role = c("ctb", "cph"), comment = "Author of included pugixml code")
)
Description: Simplifies the creation of 'xlsx' files by
providing a high level interface to writing, styling and editing
worksheets.
License: MIT + file LICENSE
URL: https://janmarvin.github.io/openxlsx2/, https://github.com/JanMarvin/openxlsx2
BugReports: https://github.com/JanMarvin/openxlsx2/issues
Depends:
R (>= 3.5.0)
Imports:
R6,
Rcpp,
grDevices,
magrittr,
stringi,
utils,
zip
LinkingTo:
Rcpp
Suggests:
ggplot2,
knitr,
mschart (>= 0.4),
rmarkdown,
rvg,
testthat (>= 3.0.0),
waldo
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true