r-lib / cpp11

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

Additional steps to make vendoring work #320

Closed pachadotdev closed 4 months ago

pachadotdev commented 1 year ago

Hi @romainfrancois! I hope you are well. I created a post for dummies like me: https://pacha.dev/blog/2023/05/23/cpp11-vendoring/. Based on this, I made the function to vendor to also modify DESCRIPTION and src/Makevars. With this change vendoring works out of the box.