forked from OHDSI/SqlRender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 931 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
Package: SqlRender
Type: Package
Title: Rendering Parameterized SQL and Translation to Dialects
Version: 1.6.2
Date: 2019-06-24
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
person("Marc", "Suchard", role = c("aut"))
)
Maintainer: Martijn Schuemie <[email protected]>
Description: A rendering tool for parameterized SQL that also translates into
different SQL dialects. These dialects include 'Microsoft Sql Server', 'Oracle',
'PostgreSql', 'Amazon RedShift', 'Apache Impala', 'IBM Netezza', 'Google BigQuery', 'Microsoft PDW', and 'SQLite'.
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://ohdsi.github.io/SqlRender, https://github.com/OHDSI/SqlRender
BugReports: https://github.com/OHDSI/SqlRender/issues
Imports:
rJava
Suggests:
testthat,
knitr,
rmarkdown,
shiny,
shinydashboard
LazyData: false
RoxygenNote: 6.1.1