Package: writexl
Type: Package
Title: Export Data Frames to Excel 'xlsx' Format
Version: 2.0.0
Authors@R: c(
    person("Jeroen", "Ooms", role = "aut", comment = c(ORCID = "0000-0002-4035-0289")),
    person("Bill", "Denney", ,"wdenney@humanpredictions.com", role = c("aut", "cre"),
      comment = c(ORCID="0000-0002-5759-428X")),
    person("John McNamara", role = "cph",
      comment = "Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)"))
Description: Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter'
    <https://libxlsxwriter.github.io>. Fast and no Java or Excel required.
License: BSD_2_clause + file LICENSE
Copyright: Jeroen Ooms. For copyright notices of bundled third-party code
    (libxlsxwriter and dependencies), see COPYRIGHT.
Encoding: UTF-8
URL: https://ropensci.r-universe.dev/writexl
    https://docs.ropensci.org/writexl/
BugReports: https://github.com/ropensci/writexl/issues
Suggests:
    grDevices,
    graphics,
    spelling,
    readxl,
    nycflights13,
    testthat (>= 3.2.0),
    xml2,
    bit64,
    knitr,
    rmarkdown
VignetteBuilder: knitr
Language: en-US
SystemRequirements:
    zlib
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
