{
  "_id": "6a115f25acfb0bcc41cecfd4",
  "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-05-23 07:57:56 UTC",
    "User": "root"
  },
  "Author": "Damien Dotta [aut, cre],\nNicolas Chuche [aut]",
  "Maintainer": "Damien Dotta <damien.dotta@live.fr>",
  "MD5sum": "66e990334737f1ea847d6430d7576157",
  "_user": "ddotta",
  "_type": "src",
  "_file": "parquetize_0.5.8.tar.gz",
  "_fileid": "6df219e186fa11a1391e4c1f36a93da90087570e519b11b7e7fa374f96226a8b",
  "_filesize": 275573,
  "_sha256": "6df219e186fa11a1391e4c1f36a93da90087570e519b11b7e7fa374f96226a8b",
  "_created": "2026-05-23T07:57:56.000Z",
  "_published": "2026-05-23T08:02:45.687Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77507789739,
      "time": 163,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175482415"
    },
    {
      "job": 77507789741,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175481862"
    },
    {
      "job": 77507789748,
      "time": 153,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175481384"
    },
    {
      "job": 77507789740,
      "time": 167,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175482874"
    },
    {
      "job": 77507615107,
      "time": 208,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175466028"
    },
    {
      "job": 77507789743,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175476635"
    },
    {
      "job": 77507789749,
      "time": 247,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175491609"
    },
    {
      "job": 77507789747,
      "time": 237,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175490582"
    },
    {
      "job": 77507789744,
      "time": 228,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175489684"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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"
  },
  "_downloads": {
    "count": 418,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/parquetize"
  },
  "_devurl": "https://github.com/ddotta/parquetize",
  "_pkgdown": "https://ddotta.github.io/parquetize/",
  "_searchresults": 57,
  "_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.352471951298952,
  "_indexed": true,
  "_nocasepkg": "parquetize",
  "_universes": [
    "ddotta"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.8",
      "date": "2026-05-23T08:00:22.000Z",
      "distro": "noble",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "1c118aee02546459ee7f4272b0648c6051efac7b1a8297ca58d51a049deed793",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.8",
      "date": "2026-05-23T08:00:14.000Z",
      "distro": "noble",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "60e5895484d04f113100c4ca930d4342c9ca78eb3fcc34e02dc604e21a272357",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.8",
      "date": "2026-05-23T08:00:07.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "7200a95a12a06b0de690ddf580b3e8884bb913401e971a9cbbf3ae018531c74a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.8",
      "date": "2026-05-23T08:00:21.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "6d78a3b9fcf770a22c275e24897e079ade384b07d8452928f2fc49fd513efa24",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.8",
      "date": "2026-05-23T08:00:02.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "75030f0ecb5eafa0c65949f42b650283922c1c3578f8a39e163f5025c2b62cfe",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-05-23T08:01:31.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "7ae0beb2d7b603fe4c43665ab41108cd121fbf993734beb686663f40b5dddaa3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-05-23T08:01:25.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "ac531cfbd5ce019b16953d239199cbc134d8c58022c2024de9f59ace1fcdeff7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.8",
      "date": "2026-05-23T08:01:20.000Z",
      "commit": "ed08a773ff637bfdd0ccf91e767459ac1b654639",
      "fileid": "fb06b1ffb7ef307030407ee5e8b47f288ffbbb8536bfc7b82bbb7f9e8eb09d27",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ddotta/actions/runs/26327450231"
    }
  ]
}