https://github.com/cran/openxlsx
Raw File
Tip revision: 1d7f269ac53f1d357896bb519435d13fa79e3d25 authored by Alexander Walker on 18 October 2014, 00:00:00 UTC
version 2.2.1
Tip revision: 1d7f269
DESCRIPTION
Package: openxlsx
Type: Package
Title: Read, Write and Edit XLSX Files.
Version: 2.2.1
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
Packaged: 2014-10-18 05:32:34 UTC; Alex
Author: Alexander Walker [aut, cre],
  Luca Braglia [ctb]
NeedsCompilation: yes
Date/Publication: 2014-10-18 11:16:20
back to top