Skip to content

prqlr 0.5.4

Compare
Choose a tag to compare
@eitsupi eitsupi released this 07 Oct 14:48
· 123 commits to main since this release

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 or LIBPRQLR_BUILD=false is set, the script tools/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