{
  "_id": "6a498c996d67900babdfa9f9",
  "Package": "parquetize",
  "Type": "Package",
  "Title": "Convert Files to Parquet Format",
  "Version": "0.5.8",
  "Authors@R": "c(person(given = \"Damien\",\nfamily = \"Dotta\",\nrole = c(\"aut\", \"cre\"),\nemail = \"damien.dotta@live.fr\"),\nperson(given = \"Nicolas\",\nfamily = \"Chuche\",\nrole = c(\"aut\"),\nemail = \"nicolas.chuche@barna.be\"))",
  "Description": "Collection of functions to get files in parquet format.\nParquet is a columnar storage file format\n<https://parquet.apache.org/>. The files to convert can be of\nseveral formats (\"csv\", \"RData\", \"rds\", \"RSQLite\", \"json\",\n\"ndjson\", \"SAS\", \"SPSS\"...).",
  "License": "Apache License (>= 2.0)",
  "Encoding": "UTF-8",
  "URL": "https://ddotta.github.io/parquetize/,\nhttps://github.com/ddotta/parquetize",
  "BugReports": "https://github.com/ddotta/parquetize/issues",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "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": {
    "Date": "2026-06-22 09:28:43 UTC",
    "User": "root"
  },
  "Author": "Damien Dotta [aut, cre],\nNicolas Chuche [aut]",
  "Maintainer": "Damien Dotta <damien.dotta@live.fr>",
  "_user": "ddotta",
  "_type": "src",
  "_file": "parquetize_0.5.8.tar.gz",
  "_fileid": "https://r2.ropensci.org/bf965a6b7c20636a8fcf5068902de2429d8eaa6c8df9e5a46f487bc366a63b78",
  "_filesize": 277787,
  "_sha256": "bf965a6b7c20636a8fcf5068902de2429d8eaa6c8df9e5a46f487bc366a63b78",
  "_expires": "2026-10-12T22:43:35.000Z",
  "_created": "2026-06-22T09:28:43.000Z",
  "_published": "2026-07-04T22:43:37.038Z",
  "_jobs": [
    {
      "job": 85173085104,
      "time": 161,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7788366992"
    },
    {
      "job": 85173085110,
      "time": 149,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7788362365"
    },
    {
      "job": 85173085156,
      "time": 190,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7788386916"
    },
    {
      "job": 85173085192,
      "time": 190,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7788415989"
    },
    {
      "job": 85173085043,
      "time": 217,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7788303399"
    },
    {
      "job": 85173085108,
      "time": 125,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7788352504"
    },
    {
      "job": 85173085148,
      "time": 134,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7788355571"
    },
    {
      "job": 85173085191,
      "time": 137,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7788357335"
    },
    {
      "job": 85173085126,
      "time": 126,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7788352469"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508",
  "_status": "success",
  "_upstream": "https://github.com/ddotta/parquetize",
  "_commit": {
    "id": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
    "author": "Damien Dotta <damien.dotta@live.fr>",
    "committer": "Damien Dotta <damien.dotta@live.fr>",
    "message": "doc: update version\n",
    "time": 1763981823
  },
  "_maintainer": {
    "name": "Damien Dotta",
    "email": "damien.dotta@live.fr",
    "login": "ddotta",
    "uuid": 13397519
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "haven",
      "version": ">= 2.4.0",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "fst",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "ddotta",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-40",
      "n": 2
    },
    {
      "week": "2025-48",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.5.8",
      "date": "2025-11-24"
    }
  ],
  "_topics": [
    "conversion",
    "convert",
    "converter",
    "csv",
    "parquet",
    "sas",
    "spss",
    "sqlite",
    "stata"
  ],
  "_stars": 79,
  "_contributors": [
    {
      "user": "ddotta",
      "count": 368,
      "uuid": 13397519
    },
    {
      "user": "nbc",
      "count": 60,
      "uuid": 21759
    },
    {
      "user": "nikostr",
      "count": 3,
      "uuid": 11029073
    },
    {
      "user": "damiendotta",
      "count": 1,
      "uuid": 58252627
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    },
    {
      "user": "leungi",
      "count": 1,
      "uuid": 30273868
    }
  ],
  "_userbio": {
    "uuid": 13397519,
    "type": "user",
    "name": "Damien Dotta",
    "followers": 69
  },
  "_downloads": {
    "count": 505,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/parquetize"
  },
  "_devurl": "https://github.com/ddotta/parquetize",
  "_pkgdown": "https://ddotta.github.io/parquetize/",
  "_searchresults": 65,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/parquetize.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ddotta/parquetize",
  "_realowner": "ddotta",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.5.0",
      "date": "2023-01-14"
    },
    {
      "version": "0.5.1",
      "date": "2023-01-30"
    },
    {
      "version": "0.5.3",
      "date": "2023-02-20"
    },
    {
      "version": "0.5.4",
      "date": "2023-03-13"
    },
    {
      "version": "0.5.5",
      "date": "2023-03-28"
    },
    {
      "version": "0.5.6.1",
      "date": "2023-05-10"
    },
    {
      "version": "0.5.7",
      "date": "2024-03-04"
    },
    {
      "version": "0.5.8",
      "date": "2025-11-27"
    }
  ],
  "_exports": [
    "check_parquet",
    "csv_to_parquet",
    "dbi_to_parquet",
    "download_extract",
    "expect_missing_argument",
    "expect_parquet",
    "fst_to_parquet",
    "get_parquet_info",
    "get_partitions",
    "json_to_parquet",
    "parquetize_example",
    "rbind_parquet",
    "rds_to_parquet",
    "sqlite_to_parquet",
    "table_to_parquet",
    "write_parquet_at_once",
    "write_parquet_by_chunk"
  ],
  "_help": [
    {
      "page": "check_parquet",
      "title": "Check if parquet file or dataset is readable and return basic informations",
      "topics": [
        "check_parquet"
      ]
    },
    {
      "page": "csv_to_parquet",
      "title": "Convert a csv or a txt file to parquet format",
      "topics": [
        "csv_to_parquet"
      ]
    },
    {
      "page": "dbi_to_parquet",
      "title": "Convert a SQL Query on a DBI connection to parquet format",
      "topics": [
        "dbi_to_parquet"
      ]
    },
    {
      "page": "download_extract",
      "title": "download and uncompress file if needed",
      "topics": [
        "download_extract"
      ]
    },
    {
      "page": "fst_to_parquet",
      "title": "Convert a fst file to parquet format",
      "topics": [
        "fst_to_parquet"
      ]
    },
    {
      "page": "get_parquet_info",
      "title": "Get various info on parquet files",
      "topics": [
        "get_parquet_info"
      ]
    },
    {
      "page": "get_partitions",
      "title": "get unique values from table's column",
      "topics": [
        "get_partitions"
      ]
    },
    {
      "page": "json_to_parquet",
      "title": "Convert a json file to parquet format",
      "topics": [
        "json_to_parquet"
      ]
    },
    {
      "page": "parquetize_example",
      "title": "Get path to parquetize example",
      "topics": [
        "parquetize_example"
      ]
    },
    {
      "page": "rbind_parquet",
      "title": "Function to bind multiple parquet files by row",
      "topics": [
        "rbind_parquet"
      ]
    },
    {
      "page": "rds_to_parquet",
      "title": "Convert a rds file to parquet format",
      "topics": [
        "rds_to_parquet"
      ]
    },
    {
      "page": "sqlite_to_parquet",
      "title": "Convert a sqlite file to parquet format",
      "topics": [
        "sqlite_to_parquet"
      ]
    },
    {
      "page": "table_to_parquet",
      "title": "Convert an input file to parquet format",
      "topics": [
        "table_to_parquet"
      ]
    },
    {
      "page": "write_parquet_at_once",
      "title": "write parquet file or dataset based on partition argument",
      "topics": [
        "write_parquet_at_once"
      ]
    },
    {
      "page": "write_parquet_by_chunk",
      "title": "read input by chunk on function and create dataset",
      "topics": [
        "write_parquet_by_chunk"
      ]
    }
  ],
  "_readme": "https://github.com/ddotta/parquetize/raw/HEAD/README.md",
  "_rundeps": [
    "arrow",
    "assertthat",
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "DBI",
    "dplyr",
    "fastmap",
    "forcats",
    "fst",
    "fstcore",
    "generics",
    "glue",
    "haven",
    "hms",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "memoise",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "Rcpp",
    "readr",
    "rlang",
    "RSQLite",
    "tibble",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "aa-conversions.Rmd",
      "filename": "aa-conversions.html",
      "title": "Convert huge input file to parquet",
      "engine": "knitr::rmarkdown",
      "headings": [
        "With table_to_parquet()",
        "Spliting data by memory consumption",
        "Splitting data by number of lines",
        "Function rbind_parquet()",
        "Alternatives to"
      ],
      "created": "2022-11-18 15:52:23",
      "modified": "2024-05-17 14:49:34",
      "commits": 18
    }
  ],
  "_score": 7.409510452269316,
  "_indexed": true,
  "_nocasepkg": "parquetize",
  "_universes": [
    "ddotta"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.8",
      "date": "2026-06-22T09:31:06.000Z",
      "distro": "noble",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "https://r2.ropensci.org/3514aa30c1aa4fb23496f6b5e3970cf4d0b0f4bafb05d44155be872230d41034",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.8",
      "date": "2026-06-22T09:30:55.000Z",
      "distro": "noble",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "https://r2.ropensci.org/78e17e96377bc8b4813e796c40ebfa54a80b9dd939e0466fa29f79ce88eebcf4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.8",
      "date": "2026-06-22T09:31:53.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "https://r2.ropensci.org/8314a2311ff27dd63ebfdc54b2147dd68c0942198e5475182bc93aa54da4bb6b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.8",
      "date": "2026-06-22T09:33:12.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "https://r2.ropensci.org/034d52ccda6d1778d9f59ab9b62302aa92ffebd0cf566485264cc107bf6490e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.8",
      "date": "2026-06-22T09:31:08.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "https://r2.ropensci.org/c9507fe760bb5adcc4c554aa3631879f51de527fb6c0ffd3e5d6705a2cbad666",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-06-22T09:30:17.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "https://r2.ropensci.org/5a5c5d2d7e2c4bcd5262128e27953f559f2789f99560413545a6e3d2f2237607",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-06-22T09:30:38.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "https://r2.ropensci.org/95ec1810c42a2c084e1ee417fd7ff69e75fb99219ac70bef02c888304388190e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-06-22T09:30:11.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "https://r2.ropensci.org/0361b181314006458c448138af56817d684448d8ae804e3aef7c0edbad586361",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/27942801508"
    }
  ]
}