Package: SqlRender
Type: Package
Title: Rendering Parameterized SQL and Translation to Dialects
Version: 1.8.3
Date: 2022-01-07
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', 'Apache Spark', and 'SQLite'.
SystemRequirements: Java version 8 or higher (https://www.java.com/)
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, rlang
Suggests: testthat, knitr, rmarkdown, shiny, shinydashboard
RoxygenNote: 7.1.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-01-07 10:21:03 UTC; mschuemi
Author: Martijn Schuemie [aut, cre],
  Marc Suchard [aut]
Repository: CRAN
Date/Publication: 2022-01-07 10:42:41 UTC
