-
Notifications
You must be signed in to change notification settings - Fork 121
/
DESCRIPTION
executable file
·52 lines (52 loc) · 1.62 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: Achilles
Type: Package
Title: Achilles Data Source Characterization
Version: 1.7.2
Date: 2023-05-11
Authors@R: c(
person("Frank", "DeFalco", email = "[email protected]", role = c("aut","cre")),
person("Patrick", "Ryan", email = "[email protected]", role = c("aut")),
person("Martijn", "Schuemie", email = "[email protected]", role = c("aut")),
person("Vojtech", "Huser", role = c("aut")),
person("Chris", "Knoll", role = c("aut")),
person("Ajit", "Londhe", email = "[email protected]", role = c("aut")),
person("Taha", "Abdul-Basser", role = c("aut")),
person("Anthony", "Molinaro", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Frank DeFalco <[email protected]>
LazyData: true
Description: Automated Characterization of Health Information at Large-Scale
Longitudinal Evidence Systems. Creates a descriptive statistics summary for
an Observational Medical Outcomes Partnership Common Data Model standardized
data source. This package includes functions for executing summary queries on
the specified data source and exporting reporting content for use across a
variety of Observational Health Data Sciences and Informatics community
applications.
Depends:
DatabaseConnector (>= 2.0.0),
R (>= 4.0.0)
Imports:
SqlRender (>= 1.6.0),
dplyr,
jsonlite,
ParallelLogger,
readr,
data.table,
lubridate,
tseries,
rlang
Suggests:
DT,
magrittr,
tidyr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder: knitr
License: Apache License
Roxygen: list()
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3