Type: Package Package: duckplyr Title: A 'DuckDB'-Backed Version of 'dplyr' Version: 1.2.1.9901 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"), comment = c(ROR = "03wc8by49")) ) 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.2.0) Imports: cli, collections, DBI, duckdb (>= 1.4.4), glue, jsonlite, lifecycle, magrittr, memoise, pillar (>= 1.10.2), rlang (>= 1.0.6), tibble, tidyselect, utils, vctrs (>= 0.6.3) Suggests: arrow, brio, callr, conflicted, constructive (>= 1.0.0), curl, dbplyr, hms, knitr, lobstr, lubridate, nycflights13, palmerpenguins, prettycode, purrr, readr, rmarkdown, testthat (>= 3.1.5), usethis, withr Enhances: qs2 Config/Needs/check: anthonynorth/roxyglobals Config/Needs/development: devtools, qs2, reprex, r-lib/roxygen2, roxyglobals, rstudioapi, tidyverse Config/Needs/website: dbplyr, rmarkdown, tidyverse/tidytemplate 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 Roxygen: list( markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet") ) VignetteBuilder: knitr Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-06-21 05:33:34 UTC RemoteUrl: https://github.com/tidyverse/duckplyr RemoteRef: HEAD RemoteSha: 2a89e3d23ef86d6b201c623d868aa66d67974768 NeedsCompilation: no Packaged: 2026-06-21 07:35:50 UTC; root Author: Hannes Mühleisen [aut] (ORCID: ), Kirill Müller [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Kirill Müller