Type: Package
Package: duckplyr
Title: A 'DuckDB'-Backed Version of 'dplyr'
Version: 1.0.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: A drop-in replacement for 'dplyr', powered by 'DuckDB' for
    performance.  Offers convenient utilities for working with in-memory and
    larger-than-memory data while retaining full 'dplyr' compatibility.
License: MIT + file LICENSE
URL: https://duckplyr.tidyverse.org,
        https://github.com/tidyverse/duckplyr
BugReports: https://github.com/tidyverse/duckplyr/issues
Depends: R (>= 4.0.0), dplyr (>= 1.1.4)
Imports: cli, collections, DBI, duckdb (>= 1.1.3-2), glue, jsonlite,
        lifecycle, magrittr, memoise, pillar (>= 1.10.1), rlang (>=
        1.0.6), tibble, tidyselect, utils, vctrs (>= 0.6.3)
Suggests: arrow, brio, conflicted, constructive (>= 1.0.0), curl,
        dbplyr, hms, knitr, lobstr, lubridate, nycflights13,
        palmerpenguins, prettycode, purrr, readr, rmarkdown, testthat
        (>= 3.1.5), usethis, withr
Enhances: qs, reprex, rstudioapi
Config/Needs/check: anthonynorth/roxyglobals
Config/Needs/website: tidyverse/tidytemplate, dbplyr, rmarkdown
Config/testthat/edition: 3
Config/testthat/parallel: false
Config/testthat/start-first: rel_api, tpch, as_duckplyr_df,
        dplyr-mutate, dplyr-filter, dplyr-count-tally
Encoding: UTF-8
RoxygenNote: 7.3.2.9000
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-02-07 05:24:02 UTC; kirill
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: 2025-02-07 11:30:28 UTC
