Package: SheetReader
Type: Package
Title: Parse xlsx Files
Version: 1.2.1
Date: 2024-05-30
Authors@R: c(
    person("Felix", "Henze", email="felixhenze0@gmail.com", role=c("aut", "cre")),
    person("Rich", "Geldreich", role=c("ctb", "cph"), comment="Author of included miniz code"),
    person("Daniel", "Lemire", role=c("ctb", "cph"), comment="Author of included fast_double_parser code")
  )
Description: Uses C++ via the 'Rcpp' package to parse modern Excel files ('.xlsx').
    Memory usage is kept minimal by decompressing only parts of the file at a time,
    while employing multiple threads to achieve significant runtime reduction.
    Uses <https://github.com/richgel999/miniz> and <https://github.com/lemire/fast_double_parser>.
License: MIT + file LICENSE
Imports: Rcpp (>= 1.0.5)
LinkingTo: Rcpp
URL: https://github.com/fhenz/SheetReader-r
BugReports: https://github.com/fhenz/SheetReader-r/issues
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2024-05-30 17:46:00 UTC; Felix
Author: Felix Henze [aut, cre],
  Rich Geldreich [ctb, cph] (Author of included miniz code),
  Daniel Lemire [ctb, cph] (Author of included fast_double_parser code)
Maintainer: Felix Henze <felixhenze0@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-30 20:40:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 01:00:35 UTC; windows
Archs: x64
