Package: rcxl
Title: Read xlsx Files with a Native Parser
Version: 0.1.0
Authors@R: c(
    person("Vincent", "Shields", email = "vince.shields913@gmail.com",
           role = c("aut", "cre", "cph")),
    person("Rich", "Geldreich", role = c("ctb", "cph"),
           comment = "author of the bundled miniz"),
    person("Tenacious Software LLC", role = "cph",
           comment = "copyright holder of the bundled miniz"),
    person("RAD Game Tools and Valve Software", role = "cph",
           comment = "copyright holder of the bundled miniz"),
    person("Martin", "Raiber", role = c("ctb", "cph"),
           comment = "contributor to and copyright holder of the miniz ZIP reader"),
    person("Alex", "Evans", role = "ctb",
           comment = "author of the PNG writer in the bundled miniz"),
    person("Alistair", "Moffat", role = "ctb",
           comment = "author of the minimum-redundancy code in the bundled miniz"),
    person("Jyrki", "Katajainen", role = "ctb",
           comment = "author of the minimum-redundancy code in the bundled miniz"),
    person("Eric", "Biggers", role = c("ctb", "cph"),
           comment = "author of the bundled libdeflate"),
    person("Google LLC", role = "cph",
           comment = "copyright holder of the bundled libdeflate"))
Description: Reads tabular data from xlsx files with a specialized C parser.
    Worksheet XML is scanned in a single pass and decoded directly into R
    vectors, with no intermediate document model. Bundles the 'miniz' and
    'libdeflate' decompressors to read the underlying archive.
License: MIT + file LICENSE
Copyright: file inst/COPYRIGHTS
URL: https://github.com/vlshields/rcxl
BugReports: https://github.com/vlshields/rcxl/issues
Encoding: UTF-8
Depends: R (>= 4.0)
Suggests: readxl, cellranger
Config/roxygen2/version: 8.1.0
NeedsCompilation: yes
Packaged: 2026-09-09 23:03:10 UTC; pots
Author: Vincent Shields [aut, cre, cph],
  Rich Geldreich [ctb, cph] (author of the bundled miniz),
  Tenacious Software LLC [cph] (copyright holder of the bundled miniz),
  RAD Game Tools and Valve Software [cph] (copyright holder of the
    bundled miniz),
  Martin Raiber [ctb, cph] (contributor to and copyright holder of the
    miniz ZIP reader),
  Alex Evans [ctb] (author of the PNG writer in the bundled miniz),
  Alistair Moffat [ctb] (author of the minimum-redundancy code in the
    bundled miniz),
  Jyrki Katajainen [ctb] (author of the minimum-redundancy code in the
    bundled miniz),
  Eric Biggers [ctb, cph] (author of the bundled libdeflate),
  Google LLC [cph] (copyright holder of the bundled libdeflate)
Maintainer: Vincent Shields <vince.shields913@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-17 14:20:02 UTC
