Package: nanoparquet
Title: Read and Write 'Parquet' Files
Version: 0.3.1
Authors@R: c(
    person("Gábor", "Csárdi", role = c("aut", "cre"), email = "csardi.gabor@gmail.com"),
    person("Hannes", "Mühleisen", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-8552-0029")),
    person("Google Inc.", role = "cph"),
    person("Apache Software Foundation", role = "cph"),
    person("Posit Software, PBC", role = "cph"),
    person("RAD Game Tools", role = "cph"),
    person("Valve Software", role = "cph"),
    person("Tenacious Software LLC", role = "cph"),
    person("Facebook, Inc.", role = "cph"))
Description: Self-sufficient reader and writer for flat 'Parquet' files.
    Can read most 'Parquet' data types. Can write many 'R' data types,
    including factors and temporal types. See docs for limitations.
Depends: R (>= 4.0.0)
License: MIT + file LICENSE
URL: https://github.com/r-lib/nanoparquet,
        https://r-lib.github.io/nanoparquet/
BugReports: https://github.com/r-lib/nanoparquet/issues
Encoding: UTF-8
Suggests: arrow, bit64, DBI, duckdb, hms, mockery, pillar, processx,
        rprojroot, spelling, testthat, withr
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Language: en-US
NeedsCompilation: yes
Packaged: 2024-07-01 11:36:06 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  Hannes Mühleisen [aut, cph] (<https://orcid.org/0000-0001-8552-0029>),
  Google Inc. [cph],
  Apache Software Foundation [cph],
  Posit Software, PBC [cph],
  RAD Game Tools [cph],
  Valve Software [cph],
  Tenacious Software LLC [cph],
  Facebook, Inc. [cph]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-01 17:10:02 UTC
