Package: fastreg
Title: Fast Conversion and Querying of Danish Registers with 'Parquet'
Version: 0.8.17
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, uuid
Suggests: crew, dbplyr, devtools, duckdb, qs2, quarto, targets,
        testthat (>= 3.0.0), tidyselect, withr
VignetteBuilder: quarto
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-02-20 10:32:41 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-02-25 10:10:24 UTC
Built: R 4.6.0; ; 2026-02-28 05:11:28 UTC; windows
