Type: Package
Package: duckplyr
Title: Alternative Implementations of the Grammar of Data Manipulations
Version: 0.1.0
Authors@R: c(
    person("Hannes", "Mühleisen", role = "aut",
           comment = c(ORCID = "0000-0001-8552-0029")),
    person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-1416-3412")),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Defines a set of generics that provide a low-level
    implementer's interface for the high-level user interface of
    'dplyr'.
License: MIT + file LICENSE
URL: https://github.com/krlmlr/duckplyr, https://krlmlr.github.io/duckplyr/
BugReports: https://github.com/krlmlr/duckplyr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Suggests: 
    dplyr,
    testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
