-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathDESCRIPTION
37 lines (37 loc) · 904 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
Type: Package
Package: xlsx
Title: Read, Write, Format Excel 2007 and Excel 97/2000/XP/2003
Files
Version: 0.6.5.9000
Authors@R:
c(person(given = "Adrian",
family = "Dragulescu",
role = "aut",
email = "[email protected]"),
person(given = "Cole",
family = "Arendt",
role = c("aut", "cre"),
email = "[email protected]"))
Description: Provide R functions to read/write/format Excel 2007
and Excel 97/2000/XP/2003 file formats.
License: GPL-3
URL: https://github.com/colearendt/xlsx
BugReports: https://github.com/colearendt/xlsx/issues
Imports:
grDevices,
rJava,
utils,
xlsxjars
Suggests:
covr,
knitr,
rmarkdown,
rprojroot,
testthat,
tibble
VignetteBuilder:
knitr
Encoding: UTF-8
LazyLoad: yes
RoxygenNote: 7.1.0
SystemRequirements: java (>= 1.6)