dev-R/archive: new package add 1.1.5

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 11:06:54 +01:00
parent 24a8cae926
commit 5cde9099ef
3 changed files with 52 additions and 0 deletions

1
dev-R/archive/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST archive_1.1.5.tar.gz 127971 BLAKE2B bdce63c581b5ade08b3d8b8abc382524f5f4b1c66aa09d151479921ad3e8661b24fc156ee1eb6950116a2585de999f14087797085e97a3a9ac70897cf9c54df0 SHA512 4a420868a45385cbe49f98050f995b3e455a8d64bfe3cb2cfe4f3867f14866dd3244af4d8b960d10f210b758371bcd58396a627e79e2cac45b228c2c21ce67b8

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages edo
DESCRIPTION='Multi-Format Archive and Compression Support'
KEYWORDS="~amd64"
LICENSE='MIT'
RESTRICT="!test? ( test )"
IUSE="test"
DEPEND="
dev-R/cli
dev-R/glue
dev-R/rlang
dev-R/tibble
dev-R/cpp11
test? (
dev-R/testthat
)
app-arch/libarchive[bzip2,lz4,lzma,lzo,zstd]
"
SUGGESTED_PACKAGES="
dev-R/covr
dev-R/testthat
"
src_test() {
cd "${WORKDIR}/${P}/tests" || die
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
}

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">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'.</longdescription>
<upstream>
<maintainer>
<name>Gábor Csárdi</name>
<email>csardi.gabor@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/r-lib/archive/issues</bugs-to>
<remote-id type="github">r-lib/archive</remote-id>
</upstream>
</pkgmetadata>