Package: tidyquery
Type: Package
Title: Query 'R' Data Frames with 'SQL'
Version: 0.2.0
Authors@R: c(
    person("Ian", "Cook", email = "ian@cloudera.com", role = c("aut", "cre")),
    person(family = "Cloudera", role = c("cph"))
    )
Maintainer: Ian Cook <ian@cloudera.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.0.2
Imports: dplyr (>= 0.7.4), lubridate (>= 1.6.0), queryparser (>=
        0.2.0), rlang (>= 0.2.0), stringr (>= 1.0.0), utils
Suggests: covr (>= 3.2.0), 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'
Packaged: 2020-01-20 18:29:08 UTC; icook
Author: Ian Cook [aut, cre],
  Cloudera [cph]
Repository: CRAN
Date/Publication: 2020-01-20 18:50:03 UTC
