Package: codigo Type: Package Title: Interface to the International Classification of Diseases (ICD) API Version: 0.0.0.9005 Authors@R: c( person("Anita", "Makori", role = c("aut", "cph")), person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"), email = "ernest@guevarra.io", role = c("aut", "cre", "cph")), person("Sanjeev", "Pugazhendhi", role = c("ths", "rev")), person("Williams", "Udoh Ituen-Umanah", role = "rev"), person("Proochista", "Ariana", role = c("rev", "cph"))) Description: The International Classification of Diseases (ICD) serves a broad range of uses globally and provides critical knowledge on the extent, causes and consequences of human disease and death worldwide via data that is reported and coded with the ICD. ICD API allows programmatic access to the ICD. It is an HTTP based REST API. This package provides functions that interface with the ICD API. License: GPL (>= 3) Depends: R (>= 4.1.0) Imports: dplyr, httr2 (>= 1.0.0), rlang, tibble, tidyr Suggests: covr, httpuv, knitr, rmarkdown, spelling, testthat (>= 3.0.0), webfakes Encoding: UTF-8 LazyData: true Language: en-GB Roxygen: list(markdown = TRUE) URL: https://oxford-ihtm.io/codigo/, https://github.com/OxfordIHTM/codigo BugReports: https://github.com/OxfordIHTM/codigo/issues Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://oxfordihtm.r-universe.dev Date/Publication: 2026-06-14 10:54:59 UTC RemoteUrl: https://github.com/OxfordIHTM/codigo RemoteRef: HEAD RemoteSha: 3e4438da36fc267c16c5dbab432fb0f172fe7d48 NeedsCompilation: no Packaged: 2026-06-14 11:56:49 UTC; root Author: Anita Makori [aut, cph], Ernest Guevarra [aut, cre, cph] (ORCID: ), Sanjeev Pugazhendhi [ths, rev], Williams Udoh Ituen-Umanah [rev], Proochista Ariana [rev, cph] Maintainer: Ernest Guevarra