Package: parquetize Type: Package Title: Convert Files to Parquet Format Version: 0.5.8 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 . 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 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, tibble VignetteBuilder: knitr Config/pak/sysreqs: cmake make libssl-dev libx11-dev zlib1g-dev Repository: https://ddotta.r-universe.dev Date/Publication: 2025-11-24 10:57:03 UTC RemoteUrl: https://github.com/ddotta/parquetize RemoteRef: HEAD RemoteSha: ed08a773ff637bfdd0ccf91e767459ac1b654639 NeedsCompilation: no Packaged: 2026-06-22 09:28:43 UTC; root Author: Damien Dotta [aut, cre], Nicolas Chuche [aut] Maintainer: Damien Dotta