Package: tidypolars Type: Package Title: More Efficient Tidyverse Code, Using Polars in the Background Version: 0.18.0 Authors@R: c(person(given = "Etienne", family = "Bacher", role = c("aut", "cre", "cph"), email = "etienne.bacher@protonmail.com"), person(given = "Anatoly", family = "Tsyplenkov", role = "ctb", email = "atsyplenkov@fastmail.com", comment = c(ORCID = "0000-0003-4144-8402")), person(given = "Yousa Mirage", role = "ctb", email = "Yousa-Mirage@foxmail.com", comment = c(ORCID = "0009-0004-5329-1881", GitHub = "Yousa-Mirage"))) Description: Polars is a cross-language tool for manipulating very large data. However, one drawback is that the R implementation has a syntax that will look odd to many R users who are not used to Python syntax. The objective of tidypolars is to improve the ease-of-use of Polars in R by providing tidyverse syntax to polars. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) URL: https://tidypolars.etiennebacher.com, https://etiennebacher.r-universe.dev/tidypolars BugReports: https://github.com/etiennebacher/tidypolars/issues Depends: R (>= 4.3.0) Imports: cli, dplyr (> 1.1.4), glue, lifecycle, polars (>= 1.10.0), rlang (>= 1.1.0), tidyr, tidyselect, vctrs Suggests: arrow, bench, data.table, fs, knitr, jsonlite, lubridate, nanoparquet, patrick, quickcheck, rmarkdown, rstudioapi, stringr, testthat (>= 3.0.0), tibble, withr VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true Config/pak/sysreqs: libicu-dev Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-03-31 13:44:20 UTC RemoteUrl: https://github.com/etiennebacher/tidypolars RemoteRef: v0.18.0 RemoteSha: 661a7449cf3910205a26324bd6375329e11e6a81 NeedsCompilation: no Packaged: 2026-07-01 09:09:55 UTC; root Author: Etienne Bacher [aut, cre, cph], Anatoly Tsyplenkov [ctb] (ORCID: ), Yousa Mirage [ctb] (ORCID: , GitHub: Yousa-Mirage) Maintainer: Etienne Bacher