Package: archive
Title: Multi-Format Archive and Compression Support
Version: 1.1.10
Authors@R: c(
    person("Jim", "Hester", role = "aut",
           comment = c(ORCID = "0000-0002-2739-7082")),
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Ondrej", "Holy", role = "cph",
           comment = "archive_write_add_filter implementation"),
    person("RStudio", role = c("cph", "fnd"))
  )
Description: Bindings to 'libarchive' <http://www.libarchive.org> the
    Multi-format archive and compression library. Offers R connections and
    direct extraction for many archive formats including 'tar', 'ZIP',
    '7-zip', 'RAR', 'CAB' and compression formats including 'gzip',
    'bzip2', 'compress', 'lzma' and 'xz'.
License: MIT + file LICENSE
URL: https://archive.r-lib.org/, https://github.com/r-lib/archive
BugReports: https://github.com/r-lib/archive/issues
Depends:
    R (>= 3.6.0)
Imports:
    cli,
    glue,
    rlang,
    tibble
Suggests:
    covr,
    testthat
LinkingTo:
    cli
ByteCompile: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: libarchive: libarchive-dev (deb),
    libarchive-devel (rpm), libarchive (homebrew), libarchive_dev (csw)
Biarch: true
