-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 854 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: sqltargets
Type: Package
Title: 'Targets' Extension for 'SQL' Queries
Version: 0.2.1
Authors@R: c(
person("David", "Ranzolin", email = "[email protected]", role=c("aut", "cre", "cph"))
)
Maintainer: David Ranzolin <[email protected]>
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
LazyData: true
Imports:
cli,
DBI,
fs,
glue,
jinjar,
purrr,
readr,
rlang,
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),
RSQLite (>= 2.2.0)
Config/testthat/edition: 3