Releases: PRQL/prqlc-r
Releases · PRQL/prqlc-r
prqlr 0.7.0
lib-v0.11.0
chore: bump prql-compiler's revision (#242)
prqlr 0.6.0
lib-v0.10.1
feat: based on prql-compiler 0.10.1 (#229)
lib-v0.10.0
feat!: based on prql-compiler 0.10.0 (#221) Also includes fixes for development dependencies list on the DESCRIPTION file.
prqlr 0.5.4
New features
-
{prqlr}
can now be installed with "R source package with Rust library binary", inspired by the arrow package, the string2path package, and the polars package.
Available on all currently supported platforms (amd64 and arm64 Linux or macOS, and amd64 Windows).When
NOT_CRAN=ture
orLIBPRQLR_BUILD=false
is set, the scripttools/prep-lib.R
will search the Internet for the available binary.Sys.setenv(NOT_CRAN = "true") install.packages("prqlr")
The URL and SHA256 hash of the available binaries are recorded in
tools/lib-sums.tsv
. (#187, #189, #190, #191)
Full Changelog: v0.5.3...v0.5.4
lib-v0.9.1
chore: bump lib version to 0.9.1 (#202) Also fixing the CI's checking condition.
lib-v0.9.0
chore: set lib version to the Cargo.toml and update LICENSE.note (#193) Related to #189 From now on, I will synchronize the Rust library version with prql-compiler. This PR also includes updates to LICENSE.note, which had not been updated in #180.
prqlr 0.5.3
New features
- Based on
prql-compiler
0.9.5 (#179)
Miscellaneous
prql
knitr engine requires{knitr}
1.44 or later. (#175)
Full Changelog: v0.5.2...v0.5.3
prqlr 0.5.2
From this version, CRAN releases include vendored dependent Rust crates source code.
Miscellaneous
Full Changelog: v0.5.1...v0.5.2