Package: archive
Title: Multi-Format Archive and Compression Support
Version: 1.1.8
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
RoxygenNote: 7.3.1
SystemRequirements: libarchive: libarchive-dev (deb), libarchive-devel
        (rpm), libarchive (homebrew), libarchive_dev (csw)
Biarch: true
NeedsCompilation: yes
Packaged: 2024-04-28 10:54:34 UTC; gaborcsardi
Author: Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>),
  Gábor Csárdi [aut, cre],
  Ondrej Holy [cph] (archive_write_add_filter implementation),
  RStudio [cph, fnd]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-28 12:00:03 UTC
Built: R 4.2.3; aarch64-apple-darwin20; 2024-04-28 13:19:41 UTC; unix
Archs: archive.so.dSYM
