extendr / rextendr

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

[Bugfix] Correctly handle `use_extendr(custom_path)` #323

Closed Ilia-Kosenkov closed 10 months ago

Ilia-Kosenkov commented 10 months ago

Correctly handle situations when use_extendr() is called with a non-default path. Now it temporarily sets the working directory and {usthis} path to the package root.

Ilia-Kosenkov commented 10 months ago

Checked against #321, it seems to pass use_extendr() step. Merging now image