Package: fastreg Title: Fast Conversion and Querying of Danish Registers with 'Parquet' Version: 0.14.2 Authors@R: c( person("Signe Kirk", "Brødbæk", , "signekb@clin.au.dk", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-2208-7088")), person("Luke", "Johnston", , "lwjohnst@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0003-4169-2616")), person("Steno Diabetes Center Aarhus", role = "cph"), person("Aarhus University", role = "cph") ) Description: Converts large Danish register files ('sas7bdat') into 'Parquet' format with year-based 'Hive' partitioning and chunked reading for larger-than-memory files. Supports parallel conversion with a 'targets' pipeline and reading those registers into 'DuckDB' tables for faster querying and analyses. License: MIT + file LICENSE URL: https://dp-next.github.io/fastreg/ https://github.com/dp-next/fastreg BugReports: https://github.com/dp-next/fastreg/issues Depends: R (>= 4.1.0) Imports: arrow, checkmate, cli, dplyr, fs, glue, haven, osdc, purrr, rlang, stringr, tibble, uuid Suggests: crew, tidyr, dbplyr, devtools, duckdb, knitr, qs2, quarto, targets, testthat (>= 3.0.0), tidyselect, withr, tarchetypes VignetteBuilder: quarto Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev xz-utils zlib1g-dev Repository: https://dp-next.r-universe.dev Date/Publication: 2026-07-21 09:18:43 UTC RemoteUrl: https://github.com/dp-next/fastreg RemoteRef: HEAD RemoteSha: d32fe6392e2dea8daef77ddd6493c62e20155339 NeedsCompilation: no Packaged: 2026-07-21 10:55:02 UTC; root Author: Signe Kirk Brødbæk [aut, cre] (ORCID: ), Luke Johnston [aut] (ORCID: ), Steno Diabetes Center Aarhus [cph], Aarhus University [cph] Maintainer: Signe Kirk Brødbæk