forked from CC-HIC/inspectEHR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·40 lines (40 loc) · 964 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
34
35
36
37
38
39
40
Package: wranglEHR
Type: Package
Title: A data wrangling tool for EMAP
Version: 0.1.9000
Authors@R: c(
person("Edward", "Palmer", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-8024-4616"))
)
Description: wranglEHR is a data wrangling tool for EMAP. It is designed to run
against OMOP CDM 5.3.1. There are some helper functions that have been
written to facilitate data wrangling and cleaning.
License: GPL-3
Depends:
R (>= 3.4.0)
Encoding: UTF-8
LazyData: true
Imports:
DBI,
dbplyr,
dplyr (>= 0.8.0),
glue,
lubridate,
magrittr,
rlang (>= 0.4.0),
purrr,
RPostgres,
tibble,
tidyr,
tidyselect
RoxygenNote: 7.0.2
Suggests:
covr,
knitr,
praise,
rmarkdown,
testthat,
qpdf
VignetteBuilder: knitr
URL: https://inform-health-informatics.github.io/wranglEHR/
BugReports: https://github.com/inform-health-informatics/wranglEHR/issues/