-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
38 lines (38 loc) · 1.11 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
35
36
37
38
Package: rEHR
Authors@R: c(person(given = "David", family = "Springate", role = "aut",
email = "daspringate@gmail.com"),
person(given = "Rosa", family = "Parisi", role = c("aut","cre"),
email = "rosa.parisi@manchester.ac.uk"),
person(given = "Evangelos", family = "Kontopantelis", role = c("ctb"),
email = "E.Kontopantelis@manchester.ac.uk"),
person(given = "Ivan", family = "Olier", role = c("ctb"),
email = "i.olier@keele.ac.uk"))
Version: 1.0
License: GPL (>= 2)
Title: Manipulating and Analysing Electronic Health Record Data
Description: Tools for processing and extracting clinical information from
Electronic Medical Records Databases.
URL: https://github.com/rOpenHealth/rEHR
BugReports: https://github.com/rOpenHealth/rEHR/issues
Depends:
R (>= 3.0.2),
sqldf,
RSQLite,
dplyr
Imports:
assertthat,
stringr,
foreign,
parallel,
readstata13,
combinat,
xlsx
Suggests:
testthat,
devtools,
roxygen2,
knitr,
reshape2,
survival
VignetteBuilder: knitr
LazyData: true