Package: openxlsx
Type: Package
Title: Read, Write and Edit XLSX Files
Version: 2.4.0
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
Packaged: 2015-03-07 13:34:21 UTC; Alex
Author: Alexander Walker [aut, cre],
  Luca Braglia [ctb]
NeedsCompilation: yes
Date/Publication: 2015-03-07 17:47:20
