extendr / rextendr

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

Remove {usethis} #93

Closed Ilia-Kosenkov closed 3 years ago

Ilia-Kosenkov commented 3 years ago

Fixes #70. Removes explicit usage of {usethis} (mainly, usethis::write_over()). Introduces rextendr::write_file(), a wrapper around brio::write_lines() that displays verbose messages if operation succeeds.

Ilia-Kosenkov commented 3 years ago

Done. Please check if it reads better now.

clauswilke commented 3 years ago

Yes, looks good. Thanks!