Package: RSQL
Type: Package
Title: Database Agnostic Package to Generate and Process 'SQL' Queries
        in R
Version: 0.1.3
Language: en-US
Authors@R: c(
    person("Alejandro", "Baranek",,"abaranek@dc.uba.ar", c("cre", "aut")),
    person("Leonardo","Belen",,"leobelen@gmail.com", c("aut")))
Maintainer: Alejandro Baranek <abaranek@dc.uba.ar>
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
RoxygenNote: 7.1.0
Collate: 'sql-lib.R' 'zzz.R'
Imports: lgr, R6, DBI, RSQLite,
Suggests: knitr, testthat, rmarkdown, dplyr, covr
VignetteBuilder: knitr
BugReports: https://github.com/rOpenStats/RSQL/issues
URL: https://github.com/rOpenStats/RSQL
NeedsCompilation: no
Packaged: 2020-05-06 19:18:59 UTC; leobelen
Author: Alejandro Baranek [cre, aut],
  Leonardo Belen [aut]
Repository: CRAN
Date/Publication: 2020-05-06 19:30:03 UTC
Built: R 3.6.3; ; 2020-06-30 02:07:12 UTC; windows
