forked from OHDSI/QueryLibrary
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.1 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
Package: QueryLibrary
Type: Package
Title: A Query Library for the OMOP-CDM
Version: 0.0.1
Date: 2018-11-03
Authors@R: c(
person("Peter", "Rijnbeek", , "[email protected]", role = c("aut", "cre")),
person("Maxim", "Moinat", role = c("aut"))
)
Maintainer: Peter Rijnbeek <[email protected]>
Description: This is an R package that implements a library of standard queries
that run against the OMOP-CDM. The purpose of the library is to help
new users to learn how to query the CDM. The queries in the library
have been approved by the OHDSI community.The query library will be
mainly used for training purposes, but will also be a valuable
resource for the experienced users.
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://github.com/OHDSI/QueryLibrary
BugReports: https://github.com/OHDSI/QueryLibrary/issues
Imports:
dplyr
Suggests:
knitr,
rmarkdown,
shiny,
shinydashboard,
shinyFiles,
shinyjs,
DT,
SqlRender,
DatabaseConnector
LazyData: false
RoxygenNote: 6.1.0
Encoding: UTF-8