Package: SqlRender
Type: Package
Title: Rendering Parameterized SQL and Translation to Dialects
Version: 1.16.1
Date: 2023-10-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', 'Snowflake', 
  'Azure Synapse Analytics Dedicated', 'Apache Spark', and 'SQLite'.
SystemRequirements: Java (>= 8)
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, checkmate
Suggests: testthat, knitr, rmarkdown, shiny, shinydashboard
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-10-07 06:36:13 UTC; MSCHUEMI
Author: Martijn Schuemie [aut, cre],
  Marc Suchard [aut]
Repository: CRAN
Date/Publication: 2023-10-07 07:10:02 UTC
Built: R 4.2.0; ; 2023-10-09 01:37:38 UTC; unix
