Package: miniparquet
Title: Read Parquet Files
Version: 0.1.2
Authors@R: c(
	person("Hannes", "M\u00fchleisen", role = c("aut", "cre"), email = "hannes@cwi.nl", comment = c(ORCID = "0000-0001-8552-0029")),
	person("Google Inc.", role = "cph"),
	person("Apache Software Foundation", role = "cph"),
	person("Daniel", "Lemire", role = "cph"),
	person("Chad", "Walters", role = "cph"))
Description: Self-sufficient reader for a subset of Parquet files. Nested tables, compression besides Snappy and encryption are not supported.
Depends: R (>= 3.5.0)
Imports: methods
License: MIT + file LICENSE
Encoding: UTF-8
Collate: 'miniparquet.R'
SystemRequirements: C++11
Suggests: testthat
NeedsCompilation: yes
Packaged: 2019-10-21 15:04:42 UTC; hannes
Author: Hannes Mühleisen [aut, cre] (<https://orcid.org/0000-0001-8552-0029>),
  Google Inc. [cph],
  Apache Software Foundation [cph],
  Daniel Lemire [cph],
  Chad Walters [cph]
Maintainer: Hannes Mühleisen <hannes@cwi.nl>
Repository: CRAN
Date/Publication: 2019-10-21 16:40:02 UTC
