Package: SQLDataFrame
Title: Representation of SQL database in DataFrame metaphor
Version: 1.0.0
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: 6.1.1
Suggests: RMySQL, bigrquery, testthat, knitr, rmarkdown, DelayedArray
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/SQLDataFrame
git_branch: RELEASE_3_10
git_last_commit: 6839d85
git_last_commit_date: 2019-10-29
Date/Publication: 2019-10-29
NeedsCompilation: no
Packaged: 2019-10-30 05:00:05 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 3.6.1; ; 2019-10-30 14:16:20 UTC; windows
