-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 1.35 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
25
26
27
28
29
30
31
32
33
34
Package: ICD10gm
Title: Metadata Processing for the German Modification of the ICD-10 Coding System
Version: 1.2.5
Date: 2023-02-21
Authors@R: c(
person("Ewan", "Donnachie", , "ewan@donnachie.net", c("aut", "cre"), , comment = c(ORCID = "0000-0002-0668-0049"))
)
Description: Provides convenient access to the German modification of the International Classification of Diagnoses, 10th revision (ICD-10-GM). It provides functionality to aid in the identification, specification and historisation of ICD-10 codes. Its intended use is the analysis of routinely collected data in the context of epidemiology, medical research and health services research. The underlying metadata are released by the German Institute for Medical Documentation and Information <https://www.dimdi.de>, and are redistributed in accordance with their license.
Depends:
R (>= 3.1.2)
License: MIT + file LICENSE
URL: https://edonnachie.github.io/ICD10gm/, https://doi.org/10.5281/zenodo.2542833
BugReports: https://github.com/edonnachie/ICD10gm/issues/
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Imports: magrittr,
dplyr,
purrr,
tidyr,
tidyselect,
stringi,
rlang,
tibble
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
rvest
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
Config/testthat/edition: 3