Package: parquetize
Type: Package
Title: Convert Files to Parquet Format
Version: 0.5.6.1
Authors@R: 
    c(person(given = "Damien",
             family = "Dotta",
             role = c("aut", "cre"),
             email = "damien.dotta@live.fr"),
      person(given = "Nicolas",
             family = "Chuche",
             role = c("aut"),
             email = "nicolas.chuche@barna.be"))
Description: Collection of functions to get files in parquet format.
    Parquet is a columnar storage file format <https://parquet.apache.org/>. 
    The files to convert can be of several formats 
    ("csv", "RData", "rds", "RSQLite", 
    "json", "ndjson", "SAS", "SPSS"...).
License: Apache License (>= 2.0)
Encoding: UTF-8
Depends: R (>= 3.5.0)
URL: https://ddotta.github.io/parquetize/,
        https://github.com/ddotta/parquetize
BugReports: https://github.com/ddotta/parquetize/issues
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: haven, arrow, curl, readr, jsonlite, DBI, RSQLite, cli,
        tidyselect, lifecycle, tools, glue, fst, dplyr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-05-10 11:44:14 UTC; AQEW8W
Author: Damien Dotta [aut, cre],
  Nicolas Chuche [aut]
Maintainer: Damien Dotta <damien.dotta@live.fr>
Repository: CRAN
Date/Publication: 2023-05-10 12:00:02 UTC
Built: R 4.1.2; ; 2023-05-11 11:47:38 UTC; unix
