extendr / rextendr

An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically
https://extendr.github.io/rextendr/
Other
174 stars 25 forks source link

GHA Release workflow #324

Open JosiahParry opened 7 months ago

JosiahParry commented 7 months ago

The GHA release workflow used by polars builds binaries and stores them in the GH releases which allows users to download / install directly from github without compilation.

This is helpful when R-universe is not an option or when one wants to have releases stored alongside with their R package as well.

https://github.com/pola-rs/r-polars/blob/main/.github/workflows/release.yaml