Changes in version 1.1.13.9000 Changes in version 1.1.13 (2026-04-12) - Fix configure for R-4.6 (stop using CXX11) Changes in version 1.1.12 (2025-03-20) - No changes. Changes in version 1.1.11 (2025-02-05) - No changes. Changes in version 1.1.10 (2024-11-08) - No changes. Changes in version 1.1.9 (2024-09-12) - No changes. Changes in version 1.1.8 (2024-04-28) - 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). Changes in version 1.1.7 (2023-12-11) - Fixed an unsafe printf() format string (#95). Changes in version 1.1.6 (2023-09-18) - Fixed compilation issues on Big-endian platforms (#84, @barracuda156). Changes in version 1.1.5 (2022-05-06) - archive now does not produce broken archives on Windows (#72, @cielavenir). Changes in version 1.1.4 (2022-01-30) - archive_write_dir() now works with relative paths (#69). - archive now works properly on UCRT Windows R. Changes in version 1.1.3 (2021-11-30) - Gábor Csárdi is now the maintainer. Changes in version 1.1.2 (2021-10-25) - Fix UBSAN error related to the progress bar initialization (#55) - Fix unterminated progress bars in archive_write() and friends (#60, @salim-b) Changes in version 1.1.1 (2021-10-13) - archive_extract() now returns the extracted files (invisibly) (#50) - archive_extract(), archive_write_files() and archive_write_dir() gain progress bars using the cli package (#49) - Remove uses of deprecated function glue::collapse(). Changes in version 1.1.0 (2021-08-05) - archive_extract() gains a strip_components argument to strip leading pathname components if desired (#27) - archive(), archive_read(), archive_extract() and file_read() now all accept R connections in addition to file paths. This allows you to do things like read remote archives with a url() or curl::curl() connection like you would a file on disk (#7) Changes in version 1.0.2 (2021-07-16) - skip tests failing on non-UTF-8 systems Changes in version 1.0.1 (2021-07-09) - Fix encoding issues with non-UTF-8 linux systems. Changes in version 1.0.0 (2021-06-30) - Initial release