extendr / rextendr

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

Fix an issue of `cp` trying to copy over existing `libgcc` file #210

Closed Ilia-Kosenkov closed 1 year ago

Ilia-Kosenkov commented 1 year ago

Fixes #209. Add -n option to cp to avoid copying if the target file already exists.

See e.g. https://github.com/extendr/rextendr/actions/runs/3255637727/jobs/5345165032#step:9:220