Package: fastreg
Title: Fast Conversion and Querying of Danish Registers with 'Parquet'
Version: 0.13.0
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
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-06-04 11:30:31 UTC; au546191
Author: Signe Kirk Brødbæk [aut, cre] (ORCID:
    <https://orcid.org/0009-0000-2208-7088>),
  Luke Johnston [aut] (ORCID: <https://orcid.org/0000-0003-4169-2616>),
  Steno Diabetes Center Aarhus [cph],
  Aarhus University [cph]
Maintainer: Signe Kirk Brødbæk <signekb@clin.au.dk>
Repository: CRAN
Date/Publication: 2026-06-04 11:50:23 UTC
Built: R 4.5.2; ; 2026-06-04 15:06:26 UTC; unix
