Package: SQLDataFrame
Title: Representation of SQL database in DataFrame metaphor
Version: 1.1.1
Authors@R: c(
    person("Qian", "Liu", email = "qliu7@buffalo.edu", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0003-1456-5099")),
    person("Martin", "Morgan", email = "martin.morgan@roswellpark.org", role = "aut"))
Description: SQLDataFrame is developed to lazily represent and
    efficiently analyze SQL-based tables in _R_. SQLDataFrame supports
    common and familiar 'DataFrame' operations such as '[' subsetting,
    rbind, cbind, etc.. The internal implementation is based on the
    widely adopted dplyr grammar and SQL commands. In-memory datasets
    or plain text files (.txt, .csv, etc.) could also be easily
    converted into SQLDataFrames objects (which generates a new
    database on-disk).
biocViews: Infrastructure, DataRepresentation
URL: https://github.com/Bioconductor/SQLDataFrame
BugReports: https://github.com/Bioconductor/SQLDataFrame/issues
Depends: R (>= 3.6), dplyr (>= 0.8.0.1), dbplyr (>= 1.4.0), S4Vectors
Imports: DBI, lazyeval, methods, tools, stats, BiocGenerics, RSQLite,
        tibble
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.0
Suggests: RMySQL, bigrquery, testthat, knitr, rmarkdown, DelayedArray
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/SQLDataFrame
git_branch: master
git_last_commit: 0409b62
git_last_commit_date: 2020-04-15
Date/Publication: 2020-04-16
NeedsCompilation: no
Packaged: 2020-04-17 06:08:50 UTC; biocbuild
Author: Qian Liu [aut, cre] (<https://orcid.org/0000-0003-1456-5099>),
  Martin Morgan [aut]
Maintainer: Qian Liu <qliu7@buffalo.edu>
Built: R 4.0.0; ; 2020-04-17 16:06:39 UTC; windows
