r-lib / cpp11

cpp11 helps you to interact with R objects using C++ code.
https://cpp11.r-lib.org/
Other
199 stars 46 forks source link

cpp_unvendor() #255

Open romainfrancois opened 2 years ago

romainfrancois commented 2 years ago

Some packages (e.g. arrow) go back and forth between vendored and unvendored. An cpp_unvendor() would be nice:

romainfrancois commented 2 years ago

Or maybe instead we can have usethis::use_cpp11(vendor = TRUE)