archive
archive copied to clipboard
R bindings to libarchive, supporting a large variety of archive formats
Hi! I started working with `archive` but stumbled upon the following problem: When I compress a csv file into a *. csv.gz archive using `data.table::fwrite()` and then want to extract...
I discovered this while tightening up vroom's filepath handling. I made the reprex on Windows with R 4.1 and, anecdotally, have the same "no round trip" problem on ubuntu 18.04...
Add password
closes #8 (unless you meant providing callback)
Do you have any plans for supporting password-protected archives, such as zip or 7zip files?
This PR addresses issue #78 where `lib_path` is empty when building in conda because `.Platform$dynlib.ext` is `.dylib` rather than `.so`. Not sure how to have `lib_path` fall back to `libconnection.dylib`...
I've been trying to create a conda recipe to build `archive`. After much sleuthing, I tracked down an issue with Lines [2](https://github.com/r-lib/archive/blob/30eb4d6c649aed8df89167c9b773865645e339d7/R/zzz.R#L2) and [9](https://github.com/r-lib/archive/blob/30eb4d6c649aed8df89167c9b773865645e339d7/R/zzz.R#L9) in `R/zzz.R` ``` lib_path 4.1) inside...
I'm trying to read the contents of an archive (~3GB) with many little files in it (~100k) without decompressing the archive. I don't have the ability to reconfigure what the...
The following code shows that the `archive_write_files` function in the `archive `package incorrectly compresses `geopackage `files into `7zip`. I've tried this with several different `geopackage `files, and the error is...
I want to extract specific files from .zip file on the web. The archive is almost 1GB and has multiple folders. The files I am interested in are in folder...