-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
35 lines (35 loc) · 958 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
35
Package: RSQL
Type: Package
Title: Database Agnostic Package to Generate and Process 'SQL' Queries in R
Version: 0.2.2
Language: en-US
Authors@R: c(
person("Alejandro", "Baranek",,"[email protected]", c("cre", "aut")),
person("Leonardo","Belen",,"[email protected]", c("aut")))
Maintainer: Alejandro Baranek <[email protected]>
Description: Allows the user to generate and execute select, insert, update and delete 'SQL' queries the underlying database without having to explicitly write 'SQL' code.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.3
Collate:
'sql-lib.R'
'util-lib.R'
'zzz.R'
Imports: lgr,
R6,
DBI
Suggests: RSQLite,
RMySQL,
RPostgres,
knitr,
rmarkdown,
dplyr,
testthat,
covr,
lintr,
pkgdown
VignetteBuilder: knitr
BugReports: https://github.com/rOpenStats/RSQL/issues
URL: https://github.com/rOpenStats/RSQL