- No changes.
- No changes.
archive_extract()
now stop reading the input file once the desired files are extracted, instead of always reading to the end of the file (#85, @allenluce).
- Fixed an unsafe
printf()
format string (#95).
- Fixed compilation issues on Big-endian platforms (#84, @barracuda156).
- archive now does not produce broken archives on Windows (#72, @cielavenir).
-
archive_write_dir()
now works with relative paths (#69). -
archive now works properly on UCRT Windows R.
- Gábor Csárdi is now the maintainer.
-
Fix UBSAN error related to the progress bar initialization (#55)
-
Fix unterminated progress bars in
archive_write()
and friends (#60, @salim-b)
-
archive_extract()
now returns the extracted files (invisibly) (#50) -
archive_extract()
,archive_write_files()
andarchive_write_dir()
gain progress bars using the cli package (#49) -
Remove uses of deprecated function
glue::collapse()
.
-
archive_extract()
gains astrip_components
argument to strip leading pathname components if desired (#27) -
archive()
,archive_read()
,archive_extract()
andfile_read()
now all accept R connections in addition to file paths. This allows you to do things like read remote archives with aurl()
orcurl::curl()
connection like you would a file on disk (#7)
- skip tests failing on non-UTF-8 systems
- Fix encoding issues with non-UTF-8 linux systems.
- Initial release