forked from OHDSI/AresIndexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 824 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
Package: AresIndexer
Type: Package
Title: Observational Data Research Indexing Package
Version: 0.2.0
Date: 2022-08-02
Authors@R: c(
person("Frank", "DeFalco", , "fdefalco@ohdsi.org", role = c("aut", "cre"))
)
Maintainer: Frank J DeFalco <fdefalco@ohdsi.org>
Description: The ARES Indexer creates a set of files used by the ARES framework to aid
in the exploration of observational research. ARES Indexer leverages output
from Achilles and DataQualityDashboad packages.
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://github.com/OHDSI/AresIndexer
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Imports:
data.table,
lubridate,
dplyr,
jsonlite,
stringr,
Achilles,
DatabaseConnector,
SqlRender
Suggests:
knitr,
rmarkdown
Remotes:
ohdsi/Achilles