extendr / rextendr

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

Remove `install_libR_bindings()` function #278

Closed Ilia-Kosenkov closed 1 year ago

Ilia-Kosenkov commented 1 year ago

Closes #262

This function seems to be unused now. I suggest removing it before the release. https://github.com/extendr/rextendr/blob/0cfabec1ada370f5511118175b3a1ada2fbc0cf3/R/install_libR_bindings.R#LL19C13-L19C13

CGMossa commented 1 year ago

Oh yeah I don't even think this is the right path forward. If anything we should just dump bindings in an inst folder or something.