Package: polars Title: R Bindings for the 'polars' Rust Library Version: 1.11.0 Authors@R: c( person("Tatsuya", "Shima", , "ts1s1andn@gmail.com", role = c("aut", "cre")), person("Etienne", "Bacher", , "etienne.bacher@protonmail.com", role = "aut", comment = c(ORCID = "0000-0002-9271-5075")), person("Authors of the dependency Rust crates", role = "aut") ) Description: Lightning-fast 'DataFrame' library written in 'Rust'. Convert R data to 'Polars' data and vice versa. Perform fast, lazy, larger-than-memory and optimized data queries. 'Polars' is interoperable with the package 'arrow', as both are based on the 'Apache Arrow' Columnar Format. License: MIT + file LICENSE URL: https://pola-rs.github.io/r-polars/, https://github.com/pola-rs/r-polars, https://rpolars.r-universe.dev/polars BugReports: https://github.com/pola-rs/r-polars/issues Depends: R (>= 4.3) Imports: rlang (>= 1.2.0), S7 (>= 0.2.1) Suggests: arrow, bit64, blob, carrier (>= 0.2.0), cli, clock, curl, data.table, ggplot2, hms, jsonlite, knitr, mirai (>= 2.3.0), nanoarrow (>= 0.6.0), nycflights13, patrick (>= 0.3.0), pillar, pkgload, purrr (>= 1.1.0), reticulate (>= 1.43.0), rmarkdown, testthat (>= 3.3.2), tibble (>= 3.3.0), vctrs, withr VignetteBuilder: knitr Config/Needs/dev: devtools, lifecycle, readr, glue, RcppTOML, smvr Config/Needs/lint: fs, lintr Config/Needs/website: etiennebacher/altdoc, future.apply Config/polars/lib-version: 1.11.0-rc.1 Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: lazyframe-frame, *-s3-base, polars_options, expr-expr, expr-* Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: Cargo (Rust's package manager), rustc Config/pak/sysreqs: libclang-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2026-04-26 16:15:25 UTC RemoteUrl: https://github.com/pola-rs/r-polars RemoteRef: f5522a2cf863138295d2e5e114de726166e27ecd RemoteSha: f5522a2cf863138295d2e5e114de726166e27ecd NeedsCompilation: yes Packaged: 2026-06-24 00:08:36 UTC; root Author: Tatsuya Shima [aut, cre], Etienne Bacher [aut] (ORCID: ), Authors of the dependency Rust crates [aut] Maintainer: Tatsuya Shima