Releases: r-lib/zip
zip 2.3.1
zip 2.3.0
-
zip now handles large zip files on Windows (#65, #75, #79, @weshinsley).
-
zip now behaves better for absolute paths in mirror mode, and when the
paths contain a:
character (#69, #70). -
zip::unzip()
now uses the process's umask value (seeumask(2)
) on Unix
if the zip file does not contain Unix permissions (#67). -
Fix segmentation fault when zip file can't be created (#91, @zeehio)
-
Fix delayed evaluation error on zipfile when
zip::zip()
is used (#92, @zeehio) -
New
deflate()
andinflate()
functions to compress and uncompress
GZIP streams in memory.
zip 2.2.2
- No user visible changes.
zip 2.2.1
- No user visible changes.
v2.2.0
v2.1.1
This version has no user visible changes.
v2.1.0
-
unzip_process()
now does not fail randomly on Windows (#60). -
Now all functions handle Unicode paths correctly, on Windows
as well (#42, #53). -
unzip_process()
now works when R library is on different drive
thanexdir
on Windows (#45) -
zip functions now have a
mode
argument to choose how files and
directories are assembled into the archive. See the docs for
details. -
zip functions now have a
root
argument, zip changes the working
directory to this before creating the archive, so all files are
relative toroot
. -
zip()
andzip_append()
are not deprecated any more, as it was
hard to achieve the same functionality with the other zip functions.
v2.0.4
unzip_process()
prints better error messages to the standard error,
and exits with a non-zero status, on error.