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
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Suggests: dplyr, testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2023-07-07 07:04:09 UTC; maelle
Author: Hannes Mühleisen [aut] (<https://orcid.org/0000-0001-8552-0029>),
  Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
  Posit Software, PBC [cph, fnd]
Maintainer: Kirill Müller <kirill@cynkra.com>
Repository: CRAN
Date/Publication: 2023-07-07 15:50:05 UTC
