Package: sqltargets
Type: Package
Title: Targets Extension for 'SQL' Queries
Version: 0.0.1
Authors@R: c(
      person("David", "Ranzolin", email = "daranzolin@gmail.com", role=c("aut", "cre", "cph"))
      )
Maintainer: David Ranzolin <daranzolin@gmail.com>
Description: Provides an extension for 'SQL' queries as separate file 
    within targets pipelines. The shorthand creates two targets,
    the query file and the query result.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: cli, DBI, fs, glue, purrr, readr, rlang, RSQLite, stringr,
        tarchetypes, targets, withr
URL: https://github.com/daranzolin/sqltargets
BugReports: https://github.com/daranzolin/sqltargets/issues
RoxygenNote: 7.2.1
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-04-23 20:18:05 UTC; dranzolin
Author: David Ranzolin [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-04-24 14:50:02 UTC
Built: R 4.2.3; ; 2024-04-24 16:32:08 UTC; unix
