Package: writexl
Type: Package
Title: Export Data Frames to 'xlsx' Format
Version: 0.2
Authors@R: c(
    person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre")),
    person("John McNamara", role = "cph",
      comment = "Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)"))
Description: Portable, light-weight data frame to 'xlsx' exporter based on 'libxlsxwriter'. 
    No 'Java' or 'Excel' required.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/ropensci/writexl (devel),
        https://libxlsxwriter.github.io (upstream)
BugReports: https://github.com/ropensci/writexl/issues
RoxygenNote: 6.0.1
Suggests: readxl, nycflights13, testthat
NeedsCompilation: yes
Packaged: 2017-09-06 16:53:52 UTC; jeroen
Author: Jeroen Ooms [aut, cre],
  John McNamara [cph] (Author of libxlsxwriter (see AUTHORS and COPYRIGHT
    files for details))
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2017-09-06 20:23:11 UTC
