forked from awalker89/openxlsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 875 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
Package: openxlsx
Type: Package
Title: Read, Write and Edit XLSX Files.
Version: 2.3.2
Date: 2014-10-18
Authors@R: c(
person("Alexander", "Walker",
email = "Alexander.Walker1989@gmail.com", role = c("aut", "cre")),
person("Luca", "Braglia", role = "ctb"))
URL: https://github.com/awalker89/openxlsx
BugReports: https://github.com/awalker89/openxlsx/issues
Maintainer: Alexander Walker <Alexander.Walker1989@gmail.com>
Description: Simplifies the creation of .xlsx files by providing a
high level interface to writing, styling and editing worksheets. Through
the use of Rcpp, read/write times are comparable to the xlsx and XLConnect
packages with the added benefit of removing the dependency on Java.
License: GPL-3
LinkingTo: Rcpp
Imports:
methods,
Rcpp (>= 0.11.1)
Repository: CRAN
VignetteBuilder: knitr
Suggests:
knitr,
testthat