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

Remove `use-try-from` #354

Closed CGMossa closed 1 month ago

CGMossa commented 1 month ago

Based on https://github.com/extendr/extendr/pull/759, we no longer have this distinction, and thus we should probably remove it from here.

I can't merge https://github.com/extendr/extendr/pull/759 because the integration test fails

CGMossa commented 1 month ago

Hello @Ilia-Kosenkov ! This compiles now with the latest version of extendr. I'm handing this over to you, please apply whatever changes you wish, such that this can be merged.

Ilia-Kosenkov commented 1 month ago

Please update also News.md

CGMossa commented 1 month ago

Finished this. Some CI will fail as snapshots needs to be updated for the latest version of xfun. See https://github.com/yihui/xfun/issues/85 for more info.