-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 941 Bytes
/
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
Package: rpcdsearch
Title: Tools for the Construction of Clinical Code Lists for Primary Care
Database Studies
Version: 1.0
Authors@R: c(person("David", "Springate", email = "[email protected]",
role = c("aut", "cre")),
person("Evangelos", "Kontopantelis",
role = c("ctb")),
person("Ivan", "Olier",
role = c("ctb")))
Author: David Springate [aut, cre],
Evangelos Kontopantelis [ctb],
Ivan Olier [ctb]
Maintainer: David Springate <[email protected]>
Description: This package allows users to identify relevant clinical codes and
automate the construction of clinical code lists for primary care database
studies. This package is analogous to the Stata command pcdsearch.
License: GPL (>= 2)
Depends:
R (>= 3.1.0)
Imports:
assertthat,
stringr,
dplyr,
combinat,
xlsx
Suggests:
testthat,
roxygen2,
knitr
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 5.0.1