archive icon indicating copy to clipboard operation
archive copied to clipboard

R bindings to libarchive, supporting a large variety of archive formats

Results 23 archive issues
Sort by recently updated
recently updated
newest added

This is a specific fix for https://stackoverflow.com/questions/77390896/stop-the-execution-of-a-function-from-a-package-when-its-job-is-done -- if this is extracting files that are towards the front of the archive, run time can be greatly shortened.

This temporal pull request simply adds zip version of "can strip components if desired" test, but it raises "4821 in central directory, 4972 in local header" on Windows. It is...

We should use only one macro for such purpose

I have a .7z file that is not password protected that cannot be read or extracted with archive on an RStudio server, but is extracted without issue on a desktop...

I want to loop through many zip files, extracting just files of a specific type (e.g. csv). I have written a helper that combines `archive::archive_extract` with `fs::path_filter` which I think...

documentation

As R does not support int64, we need to use double somehow (similar to javascript) closes #81

I am trying to programmatically extract raster files downloaded from USGS. They are in 7z format. Strangely, I am unable to extract the 7z archives if they are greater than...

``` Check: compiled code Result: NOTE File ‘archive/libs/archive.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in...