extendr / rextendr

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

Use `configure.ac` #369

Closed JosiahParry closed 2 months ago

JosiahParry commented 3 months ago

See example here: https://github.com/R-ArcGIS/arcgisgeocode/blob/main/configure.ac Use the an accompanying tools/generate-configures.sh

This should also include a printing of cargo --version and rustc --version

Ilia-Kosenkov commented 3 months ago

Can you explain this a little bit more? Why do we need generate-configures?

JosiahParry commented 2 months ago

I have changed my stance on this. We should use an R script instead.