apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
169 stars 35 forks source link

chore(dev/release): Do nanoarrow vendoring using R_BIN instead of R CMD INSTALL on Windows #475

Closed paleolimbot closed 4 months ago

paleolimbot commented 4 months ago

It seems that running R CMD INSTALL is not sufficient on Windows to vendor the proper files. It may have worked by accident in the past because the vendored files already existed in my local checkout. I don't think there are many people verifying on Windows; however I think removing configure.win (since it seems not to run anyway) and configure on build is a better option.