Package: ciecl Title: International Classification of Diseases 'ICD-10'/'ICD-11' for Chile Version: 0.9.8 Authors@R: c(person("Rodolfo", "Tasso Suazo", email = "rtasso@uchile.cl", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1264-4933", "Grupo de Ciencia de Datos para Salud Pública, Escuela de Salud Pública, U. de Chile")), person("Francisca", "Jofre", role = "ctb", comment = "Package logo design")) Description: Tools for working with the International Classification of Diseases ('ICD-10' Chile official 'MINSAL'/'DEIS' v2018). Includes optimized 'SQL' search with 'SQLite', fuzzy matching of medical terms ('Jaro-Winkler'), Charlson and Elixhauser comorbidity calculation, 'WHO' 'ICD-11' 'API' integration, and hierarchical code validation. Data from Centro FIC Chile 'DEIS' . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: DBI, RSQLite, stringdist, stringr, dplyr, tibble, tools, utils, lifecycle, rlang, httr2, cli (>= 3.6.0) Suggests: comorbidity, gt, readxl, withr, writexl, testthat (>= 3.1.5), knitr, rmarkdown VignetteBuilder: knitr URL: https://rodotasso.github.io/ciecl/, https://github.com/Rodotasso/ciecl BugReports: https://github.com/Rodotasso/ciecl/issues Config/testthat/edition: 3 Config/Needs/website: pkgdown Language: en, es Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://rodotasso.r-universe.dev Date/Publication: 2026-06-20 18:32:19 UTC RemoteUrl: https://github.com/rodotasso/ciecl RemoteRef: HEAD RemoteSha: 7c4d1ef8c4b80cb72494786240169ce658ba20f7 NeedsCompilation: no Packaged: 2026-06-20 19:23:34 UTC; root Author: Rodolfo Tasso Suazo [aut, cre] (ORCID: , Grupo de Ciencia de Datos para Salud Pública, Escuela de Salud Pública, U. de Chile), Francisca Jofre [ctb] (Package logo design) Maintainer: Rodolfo Tasso Suazo