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

Fix missing value propagation in `as_integers/doubles()`, take 2 #319

Closed romainfrancois closed 1 year ago

romainfrancois commented 1 year ago

This reverts commit 3c877986ce886b320ceafb853358d856f07834f4.

romainfrancois commented 1 year ago

Turns out #265 is breaking something that I can't quite understand, see #318 for some drama. I'll try to approach its intent a different way.

(edit) it was a ci oversight 🤯