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

chore: use standalone checks #401

Open kbvernon opened 4 days ago

kbvernon commented 4 days ago

{rlang}'s standalone checks were recently included here and should be added to all functions. It would also be useful to wrap them in rextendr functions to always include the rextendr_error class. Doing this would also allow us to remove isTRUE() and similar from all if() statements.