Package: SheetReader
Type: Package
Title: Parse xlsx Files
Version: 1.1.0
Date: 2023-05-09
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: 2023-05-09 17:56:43 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: 2023-05-10 00:00:10 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-05-10 10:58:42 UTC; unix
Archs: SheetReader.so.dSYM
