Package: SQLFormatteR
Title: Format SQL Queries
Version: 0.0.2
Authors@R: c(
    person("Morgan", "Durand", , "morgan@dataupsurge.com", role = c("aut", "cre", "cph")),
    person("Authors of the dependent Rust crates", role = "aut",
           comment = "see AUTHORS file")
  )
Description: A convenient interface for formatting 'SQL' queries directly
    within 'R'. It acts as a wrapper around the 'sql_format' Rust crate.
    The package allows you to format 'SQL' code with customizable options,
    including indentation, case formatting, and more, ensuring your 'SQL'
    queries are clean, readable, and consistent.
License: MIT + file LICENSE
URL: https://dataupsurge.github.io/SQLFormatteR/,
        https://github.com/dataupsurge/SQLFormatteR
BugReports: https://github.com/dataupsurge/SQLFormatteR/issues
Imports: assertthat
Suggests: covr (>= 3.6.4), docopt (>= 0.7.1), git2r (>= 0.35.0),
        jsonlite (>= 1.8.9), lintr (>= 3.1.2), optparse (>= 1.7.5),
        precommit (>= 0.4.3), rextendr (>= 0.3.1), roxygen2 (>= 7.3.2),
        styler (>= 1.10.3), testthat (>= 3.0.0)
Config/rextendr/version: 0.3.1.9001
Config/SQLFormatteR/MSRV: 1.78.0
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.78.0
Depends: R (>= 4.2)
NeedsCompilation: yes
Packaged: 2025-04-13 06:17:04 UTC; morgan
Author: Morgan Durand [aut, cre, cph],
  Authors of the dependent Rust crates [aut] (see AUTHORS file)
Maintainer: Morgan Durand <morgan@dataupsurge.com>
Repository: CRAN
Date/Publication: 2025-04-13 06:30:01 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:16:05 UTC; windows
Archs: x64
