Skip to contents

archive 1.1.14

CRAN release: 2026-07-30

  • archive_write() and friends can now write the "pax" (POSIX pax interchange), "ustar", and "gnutar" tar formats via the format argument. Note that the existing "tar" format already writes the pax-restricted variant (#4).

  • Errors raised while opening or reading an archive connection (e.g. reading a file that does not exist) are now reported as regular R errors instead of crashing the R session.

  • Filters that libarchive handles via an external helper program (e.g. lzop) no longer error out; they now emit a message and continue.

archive 1.1.13

CRAN release: 2026-04-12

  • Fix configure for R-4.6 (stop using CXX11)

archive 1.1.12

CRAN release: 2025-03-20

  • No changes.

archive 1.1.11

CRAN release: 2025-02-05

  • No changes.

archive 1.1.10

CRAN release: 2024-11-08

  • No changes.

archive 1.1.9

CRAN release: 2024-09-12

  • No changes.

archive 1.1.8

CRAN release: 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).

archive 1.1.7

CRAN release: 2023-12-11

  • Fixed an unsafe printf() format string (#95).

archive 1.1.6

CRAN release: 2023-09-18

archive 1.1.5

CRAN release: 2022-05-06

  • archive now does not produce broken archives on Windows (#72, @cielavenir).

archive 1.1.4

CRAN release: 2022-01-30

archive 1.1.3

CRAN release: 2021-11-30

  • Gábor Csárdi is now the maintainer.

archive 1.1.2

CRAN release: 2021-10-25

archive 1.1.1

CRAN release: 2021-10-13

archive 1.1.0

CRAN release: 2021-08-05

archive 1.0.2

CRAN release: 2021-07-16

  • skip tests failing on non-UTF-8 systems

archive 1.0.1

CRAN release: 2021-07-09

  • Fix encoding issues with non-UTF-8 linux systems.

archive 1.0.0

CRAN release: 2021-06-30

  • Initial release