Package: healthdb Type: Package Title: Working with Healthcare Databases Version: 0.5.1.9000 Authors@R: person("Kevin", "Hu", email = "kevin.hu@bccdc.ca", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-0254-5277")) Description: A system for identifying diseases or events from healthcare databases and preparing data for epidemiological studies. It includes capabilities not supported by 'SQL', such as matching strings by 'stringr' style regular expressions, and can compute comorbidity scores (Quan et al. (2005) ) directly on a database server. The implementation is based on 'dbplyr' with full 'tidyverse' compatibility. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: clock, data.table (>= 1.18.4), dbplyr (>= 2.5.1), dplyr (>= 1.1.0), glue, lubridate, magrittr, purrr, rlang, stringr (>= 1.5.0), tidyr URL: https://github.com/KevinHzq/healthdb, https://kevinhzq.github.io/healthdb/ BugReports: https://github.com/KevinHzq/healthdb/issues Suggests: DBI, knitr, odbc, rmarkdown, RPostgres, testthat (>= 3.0.0), withr, RSQLite Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Depends: R (>= 3.5) Config/pak/sysreqs: libicu-dev Repository: https://kevinhzq.r-universe.dev Date/Publication: 2026-06-13 21:47:46 UTC RemoteUrl: https://github.com/kevinhzq/healthdb RemoteRef: HEAD RemoteSha: 7a8a877ab12df601c81ac6bec53d114b10fdc35c NeedsCompilation: no Packaged: 2026-06-13 23:04:50 UTC; root Author: Kevin Hu [aut, cre, cph] (ORCID: ) Maintainer: Kevin Hu