Package: prqlr Title: R Bindings for the 'prqlc' Rust Library Description: Provides a function to convert 'PRQL' strings to 'SQL' strings. Combined with other R functions that take 'SQL' as an argument, 'PRQL' can be used on R. Version: 0.10.1 Authors@R: c(person("Tatsuya", "Shima", email = "ts1s1andn@gmail.com", role = c("aut", "cre")), person("Authors of the dependency Rust crates", role = "aut", comment = "see inst/AUTHORS file for details")) URL: https://prql.github.io/prqlc-r/, https://github.com/PRQL/prqlc-r BugReports: https://github.com/PRQL/prqlc-r/issues Depends: R (>= 4.2) Suggests: knitr (>= 1.44), rmarkdown, DBI, glue, RSQLite, tidyquery, sqldf, nycflights13, dplyr, testthat (>= 3.2.0), patrick (>= 0.3.0), withr, cli License: MIT + file LICENSE Language: en-US Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 SystemRequirements: Cargo (Rust's package manager), rustc VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true Config/Needs/dev: brio, devtools, xfun (>= 0.44), lintr, styler, purrr, RcppTOML, readr, tidyr, rhub Config/Needs/website: pkgdown Config/prqlr/LibVersion: 0.13.2 Config/pak/sysreqs: libclang-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2025-03-28 12:37:31 UTC RemoteUrl: https://github.com/PRQL/prqlc-r RemoteRef: 85d9fa32cf35a189942953a873a5351b1fae2516 RemoteSha: 85d9fa32cf35a189942953a873a5351b1fae2516 NeedsCompilation: yes Packaged: 2026-06-06 06:56:15 UTC; root Author: Tatsuya Shima [aut, cre], Authors of the dependency Rust crates [aut] (see inst/AUTHORS file for details) Maintainer: Tatsuya Shima