archive
archive copied to clipboard
R bindings to libarchive, supporting a large variety of archive formats
This is related to #85. When listing the files and folders in an archive on the web using the `archive()` function, the time spent is the same as for downloading...
@gaborcsardi @jimhester About how to define O_BINARY, defining it depending on OS is [troublesome](https://github.com/r-lib/archive/pull/80) as there are plenty of ways to check OS. I now use `#ifndef O_BINARY`. Hope it...
because O_BINARY needs to be passed to open(). I have already proposed https://github.com/r-lib/archive/pull/80 but it was rejected. See 65a54eb581a7968820fa33ad60bb955b0ab68f7f test for how to reproduce the issue.