{
  "_id": "6a2c46943efcd9bda42d97dc",
  "Package": "fastreg",
  "Title": "Fast Conversion and Querying of Danish Registers with 'Parquet'",
  "Version": "0.13.8",
  "Authors@R": "c(\nperson(\"Signe Kirk\", \"Brødbæk\", , \"signekb@clin.au.dk\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0000-2208-7088\")),\nperson(\"Luke\", \"Johnston\", , \"lwjohnst@gmail.com\", role = c(\"aut\"),\ncomment = c(ORCID = \"0000-0003-4169-2616\")),\nperson(\"Steno Diabetes Center Aarhus\", role = \"cph\"),\nperson(\"Aarhus University\", role = \"cph\")\n)",
  "Description": "Converts large Danish register files ('sas7bdat') into\n'Parquet' format with year-based 'Hive' partitioning and\nchunked reading for larger-than-memory files. Supports parallel\nconversion with a 'targets' pipeline and reading those\nregisters into 'DuckDB' tables for faster querying and\nanalyses.",
  "License": "MIT + file LICENSE",
  "URL": "https://dp-next.github.io/fastreg/\nhttps://github.com/dp-next/fastreg",
  "BugReports": "https://github.com/dp-next/fastreg/issues",
  "VignetteBuilder": "quarto",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Config/testthat/edition": "3",
  "Config/roxygen2/version": "8.0.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-12 17:45:30 UTC",
    "User": "root"
  },
  "Author": "Signe Kirk Brødbæk [aut, cre] (ORCID:\n<https://orcid.org/0009-0000-2208-7088>), Luke Johnston [aut]\n(ORCID: <https://orcid.org/0000-0003-4169-2616>), Steno\nDiabetes Center Aarhus [cph], Aarhus University [cph]",
  "Maintainer": "Signe Kirk Brødbæk <signekb@clin.au.dk>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-06-12 14:10:02 UTC",
  "RemoteUrl": "https://github.com/cran/fastreg",
  "RemoteRef": "HEAD",
  "RemoteSha": "4cf1cc072f5d67c30c9d1928ee58c1d2a7bd9bbf",
  "MD5sum": "7a379071961122ed8835418b2777ac03",
  "_user": "cran",
  "_type": "src",
  "_file": "fastreg_0.13.8.tar.gz",
  "_fileid": "31c559752875f20701e3d322a1b3b361ce76fc49ccf3d3ddf4176d3e60a53c8f",
  "_filesize": 218992,
  "_sha256": "31c559752875f20701e3d322a1b3b361ce76fc49ccf3d3ddf4176d3e60a53c8f",
  "_created": "2026-06-12T17:45:30.000Z",
  "_published": "2026-06-12T17:49:08.340Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81087290224,
      "time": 160,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7598703862"
    },
    {
      "job": 81087290226,
      "time": 183,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7598711014"
    },
    {
      "job": 81086599068,
      "time": 231,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7598647542"
    },
    {
      "job": 81087290176,
      "time": 164,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7598704821"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27432625142",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/fastreg",
  "_commit": {
    "id": "4cf1cc072f5d67c30c9d1928ee58c1d2a7bd9bbf",
    "author": "Signe Kirk Brødbæk <signekb@clin.au.dk>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.13.8\n",
    "time": 1781273402
  },
  "_maintainer": {
    "name": "Signe Kirk Brødbæk",
    "email": "signekb@clin.au.dk",
    "login": "signekb",
    "linkedin": "in/signekb",
    "description": "Research Software Engineer\n@seedcase-project @rostools @steno-aarhus",
    "uuid": 40836345
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "arrow",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "haven",
      "role": "Imports"
    },
    {
      "package": "osdc",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "uuid",
      "role": "Imports"
    },
    {
      "package": "crew",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "dbplyr",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "duckdb",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "qs2",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "targets",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tidyselect",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "tarchetypes",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 1
    },
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.8.17",
      "date": "2026-02-25"
    },
    {
      "name": "0.13.0",
      "date": "2026-06-04"
    },
    {
      "name": "0.13.8",
      "date": "2026-06-12"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "signekb",
      "count": 3,
      "uuid": 40836345
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 278,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastreg"
  },
  "_devurl": "https://github.com/dp-next/fastreg",
  "_pkgdown": "https://dp-next.github.io/fastreg/",
  "_searchresults": 7,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastreg.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dp-next/fastreg",
  "_realowner": "dp-next",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.8.17",
      "date": "2026-02-25"
    },
    {
      "version": "0.13.0",
      "date": "2026-06-04"
    },
    {
      "version": "0.13.8",
      "date": "2026-06-12"
    }
  ],
  "_exports": [
    "convert",
    "list_parquet_datasets",
    "list_parquet_files",
    "list_sas_files",
    "print_log_row_count",
    "print_log_schema",
    "read_parquet_dataset",
    "read_parquet_file",
    "read_register",
    "simulate_registers_with_paths",
    "use_template",
    "write_to_sas"
  ],
  "_help": [
    {
      "page": "convert",
      "title": "Convert a single register SAS file to Parquet",
      "topics": [
        "convert"
      ]
    },
    {
      "page": "list_parquet",
      "title": "List Parquet datasets or files in a project",
      "topics": [
        "list_parquet",
        "list_parquet_datasets",
        "list_parquet_files"
      ]
    },
    {
      "page": "list_sas_files",
      "title": "List SAS files in a directory",
      "topics": [
        "list_sas_files"
      ]
    },
    {
      "page": "print_log_row_count",
      "title": "Log chunk information as a table",
      "topics": [
        "print_log_row_count"
      ]
    },
    {
      "page": "print_log_schema",
      "title": "Print log schema comparison",
      "topics": [
        "print_log_schema"
      ]
    },
    {
      "page": "read_parquet",
      "title": "Read a single Parquet file or a partitioned dataset as DuckDB table",
      "topics": [
        "read_parquet",
        "read_parquet_dataset",
        "read_parquet_file"
      ]
    },
    {
      "page": "read_register",
      "title": "Read a Parquet register",
      "topics": [
        "read_register"
      ]
    },
    {
      "page": "simulate_registers_with_paths",
      "title": "Simulate example registers along with output paths for SAS files",
      "topics": [
        "simulate_registers_with_paths"
      ]
    },
    {
      "page": "use_template",
      "title": "Use a targets pipeline for converting SAS registers to Parquet",
      "topics": [
        "use_template"
      ]
    },
    {
      "page": "write_to_sas",
      "title": "Write simulated data to a SAS file",
      "topics": [
        "write_to_sas"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cran/fastreg/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/cran/fastreg/raw/HEAD/README.md",
  "_rundeps": [
    "arrow",
    "assertthat",
    "backports",
    "bit",
    "bit64",
    "blob",
    "cachem",
    "checkmate",
    "cli",
    "clipr",
    "cmprsk",
    "codeCollection",
    "collections",
    "cpp11",
    "crayon",
    "data.table",
    "DBI",
    "dbplyr",
    "dplyr",
    "duckdb",
    "duckplyr",
    "Epi",
    "etm",
    "fabricatr",
    "fastmap",
    "forcats",
    "fs",
    "generics",
    "glue",
    "haven",
    "hms",
    "jsonlite",
    "lattice",
    "lifecycle",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mgcv",
    "nlme",
    "numDeriv",
    "osdc",
    "pillar",
    "pkgconfig",
    "plyr",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "readr",
    "rlang",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tzdb",
    "utf8",
    "uuid",
    "vctrs",
    "vroom",
    "withr",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "design.qmd",
      "filename": "design.html",
      "title": "Design",
      "engine": "quarto::html",
      "headings": [
        "Requirements",
        "Interface",
        "Converting one SAS file",
        "Converting multiple registers in parallel",
        "Reading Parquet files",
        "List SAS and Parquet files",
        "Conversion log",
        "Return value of convert()",
        "Quarto log template"
      ],
      "created": "2026-02-25 10:10:24",
      "modified": "2026-06-04 14:11:44",
      "commits": 2
    },
    {
      "source": "fastreg.qmd",
      "filename": "fastreg.html",
      "title": "Getting started",
      "engine": "quarto::html",
      "headings": [
        "Why Parquet?",
        "Settings to correct paths",
        "Setup",
        "Converting a single file",
        "Converting multiple registers in parallel",
        "Listing available Parquet files and datasets",
        "Reading a Parquet register"
      ],
      "created": "2026-02-25 10:10:24",
      "modified": "2026-06-04 14:11:44",
      "commits": 2
    }
  ],
  "_score": 3.4771212547196626,
  "_indexed": false,
  "_nocasepkg": "fastreg",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://dp-next.r-universe.dev/fastreg",
  "_previous": "0.13.0",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.13.8",
      "date": "2026-06-12T17:48:06.000Z",
      "distro": "noble",
      "commit": "4cf1cc072f5d67c30c9d1928ee58c1d2a7bd9bbf",
      "fileid": "39eca710fcdef13745836482001e298edddaf94c45906c3433a926a399bca234",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27432625142"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.13.8",
      "date": "2026-06-12T17:48:24.000Z",
      "distro": "noble",
      "commit": "4cf1cc072f5d67c30c9d1928ee58c1d2a7bd9bbf",
      "fileid": "283b9b22b83debde17bd0011e7ce211065412982f9121d07cbb791cc701ea14b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27432625142"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.13.8",
      "date": "2026-06-12T17:48:27.000Z",
      "commit": "4cf1cc072f5d67c30c9d1928ee58c1d2a7bd9bbf",
      "fileid": "121192f5fde206e74e00bb78750ac516efac9eb75f6fae57a0808252f125d3a0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27432625142"
    }
  ]
}