Package: SheetReader
Type: Package
Title: Parse xlsx Files
Version: 1.0.2
Date: 2022-04-07
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("Eric", "Biggers", role=c("ctb", "cph"), comment="Author of included libdeflate 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>, <https://github.com/ebiggers/libdeflate>,
    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: 2022-04-07 18:35:01 UTC; Felix
Author: Felix Henze [aut, cre],
  Rich Geldreich [ctb, cph] (Author of included miniz code),
  Eric Biggers [ctb, cph] (Author of included libdeflate code),
  Daniel Lemire [ctb, cph] (Author of included fast_double_parser code)
Maintainer: Felix Henze <felixhenze0@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-08 14:12:39 UTC
Built: R 4.0.5; x86_64-w64-mingw32; 2022-04-21 03:49:07 UTC; windows
Archs: i386, x64
