-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: WHOicd
Title: Retrieve data from the World Health Organization (WHO) International Classification of Diseases (ICD) API version 2
Version: 0.5.2
Authors@R:
person("Rodrigo", "Zepeda-Tello", , "rzepeda17@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4471-5270"))
Description: Interface to the World Health Organization (WHO) International Classification of Diseases (ICD) API. It allows users to search the reference codes for diseases, codify plain text causes of death, identify causes of death, and obtain additional information for reference codes. Currently available for ICD10, ICD11 and the DORIS system.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://rodrigozepeda.github.io/WHOicd/ https://github.com/RodrigoZepeda/WHOicd/
BugReports: https://github.com/RodrigoZepeda/WHOicd/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
httptest,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: false
Imports:
curl,
httr2 (>= 1.0.0)
Depends:
R (>= 4.2.0)
Config/Needs/website: rmarkdown