Type: Package Package: osdc Title: Open Source Diabetes Classifier for Danish Registers Version: 0.11.3 Authors@R: c( person(c("Signe", "Kirk"), "Brødbæk", , "signekb@clin.au.dk", role = "aut", comment = c(ORCID = "0009-0000-2208-7088")), person(c("Anders", "Aasted"), "Isaksen", , "andaas@rm.dk", role = "aut", comment = c(ORCID = "0000-0001-8457-5466")), person(c("Luke", "William"), "Johnston", , "lwjohnst@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4169-2616")), person("Steno Diabetes Center Aarhus", role = "cph"), person("Aarhus University", role = "cph") ) Description: The algorithm first identifies a population of individuals from Danish register data with any type of diabetes as individuals with two or more inclusion events. Then, it splits this population into individuals with either type 1 diabetes or type 2 diabetes by identifying individuals with type 1 diabetes and classifying the remainder of the diabetes population as having type 2 diabetes. License: MIT + file LICENSE URL: https://github.com/steno-aarhus/osdc, https://steno-aarhus.github.io/osdc/ BugReports: https://github.com/steno-aarhus/osdc/issues Depends: R (>= 4.2.0) Imports: checkmate, cli, codeCollection, dplyr (>= 1.2.0), dbplyr (>= 2.5.1), duckplyr (>= 1.1.3), fabricatr, lifecycle, lubridate (>= 1.9.5), purrr (>= 1.2.1), rlang (>= 1.1.7), stats, tidyselect (>= 1.2.1), utils Suggests: glue, knitr, quarto, rmarkdown, spelling, stringr, testthat (>= 3.0.0), tidyr, tibble, arrow (>= 22.0.0.1), DBI (>= 1.3.0) VignetteBuilder: quarto Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev xz-utils Repository: https://steno-aarhus.r-universe.dev Date/Publication: 2026-06-30 07:31:22 UTC RemoteUrl: https://github.com/steno-aarhus/osdc RemoteRef: HEAD RemoteSha: c3310db98a947d694fbc17ab995cb386f04e3772 NeedsCompilation: no Packaged: 2026-06-30 13:31:03 UTC; root Author: Signe Kirk Brødbæk [aut] (ORCID: ), Anders Aasted Isaksen [aut] (ORCID: ), Luke William Johnston [aut, cre] (ORCID: ), Steno Diabetes Center Aarhus [cph], Aarhus University [cph] Maintainer: Luke William Johnston