Type: Package
Package: tidyquery
Title: Query 'R' Data Frames with 'SQL'
Version: 0.2.4
Authors@R: 
    c(person(given = "Ian",
             family = "Cook",
             role = c("aut", "cre"),
             email = "ianmcook@gmail.com"),
      person(family = "Cloudera",
             role = "cph"))
Maintainer: Ian Cook <ianmcook@gmail.com>
Description: Use 'SQL' 'SELECT' statements to query 'R' data
    frames.
License: Apache License 2.0
URL: https://github.com/ianmcook/tidyquery
BugReports: https://github.com/ianmcook/tidyquery/issues
Imports: dplyr (>= 1.0.0), lubridate (>= 1.6.0), queryparser (>=
        0.3.2), rlang (>= 0.4.9), stringr (>= 1.0.0), utils
Suggests: covr (>= 3.2.0), DBI (>= 0.7), dbplyr (>= 1.2.1), dtplyr (>=
        1.0.0), arrow (>= 10.0.0), nycflights13, RSQLite (>= 2.1.0),
        testthat (>= 3.0.0), withr
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.2.3
Collate: 'compat.R' 'query.R' 'join.R' 'quote.R' 'remove.R' 'replace.R'
        'show_dplyr.R' 'unscope.R'
Config/testthat/edition: 3
Packaged: 2023-01-14 16:13:24 UTC; ian
Author: Ian Cook [aut, cre],
  Cloudera [cph]
Repository: CRAN
Date/Publication: 2023-01-14 16:30:02 UTC
Built: R 4.3.0; ; 2023-04-07 00:21:29 UTC; unix
