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