Package: tidyquery
Type: Package
Title: Query 'R' Data Frames with 'SQL'
Version: 0.2.2
Authors@R: c(
    person("Ian", "Cook", email = "ianmcook@gmail.com", role = c("aut", "cre")),
    person(family = "Cloudera", role = c("cph"))
    )
Maintainer: Ian Cook <ianmcook@gmail.com>
Description: Use 'SQL' 'SELECT' statements to query 'R' data frames.
URL: https://github.com/ianmcook/tidyquery
BugReports: https://github.com/ianmcook/tidyquery/issues
NeedsCompilation: no
License: Apache License 2.0
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: dplyr (>= 0.7.4), lubridate (>= 1.6.0), queryparser (>=
        0.3.1), rlang (>= 0.2.0), stringr (>= 1.0.0), utils
Suggests: covr (>= 3.2.0), DBI (>= 0.7), dbplyr (>= 1.2.1), dtplyr (>=
        1.0.0), nycflights13, RSQLite (>= 2.1.0), testthat (>= 2.1.0)
Collate: 'compat.R' 'query.R' 'join.R' 'quote.R' 'remove.R' 'replace.R'
        'show_dplyr.R' 'unscope.R'
Config/testthat/edition: 3
Packaged: 2021-02-05 19:19:28 UTC; ian
Author: Ian Cook [aut, cre],
  Cloudera [cph]
Repository: CRAN
Date/Publication: 2021-02-06 07:30:04 UTC
