Package: SqlRender
Type: Package
Title: Rendering Parameterized SQL and Translation to Dialects
Version: 1.6.8
Date: 2020-07-31
Authors@R: c(
  person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut", "cre")),
  person("Marc", "Suchard", role = c("aut"))
  )
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>
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: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-07-31 08:51:51 UTC; MSCHUEMI
Author: Martijn Schuemie [aut, cre],
  Marc Suchard [aut]
Repository: CRAN
Date/Publication: 2020-07-31 09:20:02 UTC
