ropensci / readODS

Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.
https://docs.ropensci.org/readODS/
Other
55 stars 22 forks source link

Experiment with vendoring `cpp11` #188

Closed chainsawriot closed 5 months ago

chainsawriot commented 5 months ago

At least for now, it sounds like a decent idea to try and see the potential performance change.

ref

chainsawriot commented 5 months ago

The experience of submitting minty to CRAN is still troubling me.

chainsawriot commented 5 months ago

We do not grow any cpp11 vector at all, so we should expect no performance impact.

https://github.com/ropensci/readODS/blob/60a1bcd96f5d916c530f8df287b0b186e0a4cc2c/src/read_ods_internals.cpp#L231-L252