You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets the extendr-api version to the latest stable version instead of "*" when creating a new package. This is fetched from https://crates.io/api/v1/crates/extendr-api and will fall back to "*" if not available #467
Adds xz to SystemRequirements to ensure extendr based packages build on Posit Package Manager #467
Sets the release profile to use lto=true and codegen-units=1 to ensure compatible builds with WebR as well as reduce the overall compiled package size #465.
Fixes compatibility with WebR by adding CARGO_PROFILE_DEV_PANIC="abort" CARGO_PROFILE_RELEASE_PANIC="abort" when targeting wasm32-unknown-emsacripten target #461