Package: parquetize
Type: Package
Title: Convert Files to Parquet Format
Version: 0.5.7
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 (>= 2.4.0), arrow, curl, readr, jsonlite, DBI, RSQLite,
        cli, tidyselect, lifecycle, tools, glue, fst, rlang, dplyr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-03-04 13:40:09 UTC; damien.dotta
Author: Damien Dotta [aut, cre],
  Nicolas Chuche [aut]
Maintainer: Damien Dotta <damien.dotta@live.fr>
Repository: CRAN
Date/Publication: 2024-03-04 14:10:02 UTC
Built: R 4.4.3; ; 2025-10-21 15:05:52 UTC; windows
