-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.29 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
Package: Rdiagnosislist
Title: Manipulate SNOMED CT Diagnosis Lists
Version: 1.5.0
Authors@R:
person(given = c("Anoop", "D."),
family = "Shah",
role = c("aut", "cre"),
email = "[email protected]",
comment = structure("0000-0002-8907-5724", .Names = "ORCID"))
Description: Functions and methods for manipulating 'SNOMED CT'
concepts. The package contains functions for loading the 'SNOMED CT'
release into a convenient R environment, selecting 'SNOMED CT'
concepts using regular expressions, and navigating the 'SNOMED CT'
ontology. It provides the 'SNOMEDconcept' S3 class for a vector of
'SNOMED CT' concepts (stored as 64-bit integers) and the
'SNOMEDcodelist' S3 class for a table of concepts IDs with
descriptions. The package can be used to construct sets of
'SNOMED CT' concepts for research (<doi:10.1093/jamia/ocac158>).
For more information about 'SNOMED CT' visit
<https://www.snomed.org/>.
License: GPL-3
Imports: data.table (>= 1.12.8), bit64, methods
Depends: readxl, R (>= 3.5.0)
Suggests: knitr, rmarkdown, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Author: Anoop D. Shah [aut, cre] (<https://orcid.org/0000-0002-8907-5724>)
Maintainer: Anoop D. Shah <[email protected]>
VignetteBuilder: knitr