eddelbuettel / rcppsimdjson

Rcpp Bindings for the 'simdjson' Header Library
116 stars 13 forks source link

fix non-temp file deletion bug #34

Closed knapply closed 4 years ago

knapply commented 4 years ago

Addressing https://github.com/eddelbuettel/rcppsimdjson/issues/33

... the formatting change didn't quite stick from the looks of it, but that should be ironed out.

knapply commented 4 years ago

This is also as good a time as any to confirm CRAN plays along with downloading a file.

knapply commented 4 years ago

I must've checked off that box after formatting the file or something.

Fortunately, the bug only bites if you're reading from both local/remote files simultaneously, but gnarly nonetheless!