dev-R/vctrs: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-05-08 02:25:32 +02:00
parent 4cc9c4c4fc
commit bb28238c7e
3 changed files with 58 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST vctrs_0.2.4.tar.gz 787455 BLAKE2B bcf86164566c4d70ec9d64e670eaf12dc80c5b115fa0320b79ee13b79113ef1b372dd728af6d3610680f124ff87f2c83268baed234a75ba6277e69a313dc2512 SHA512 2d23a58d407b1eff2162883d6906684ab0f3ec8a4ca2be7274bc82f29b2a846bce7d288d20b47ceb912846f4ee743556955b569b655efbd1d7d3d0da897e76ac

33
dev-R/vctrs/metadata.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces.
</longdescription>
<upstream>
<bugs-to>
https://github.com/r-lib/vctrs/issues
</bugs-to>
<doc lang="en">
https://cran.r-project.org/web//packages/vctrs/vctrs.pdf
</doc>
<changelog>
https://cran.r-project.org/web//packages/vctrs/news/news.html
</changelog>
<maintainer>
<name>
Hadley Wickham
</name>
<email>
hadley@rstudio.com
</email>
</maintainer>
<remote-id type="github">
r-lib/vctrs
</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages-guru
DESCRIPTION='Vector Helpers'
HOMEPAGE="
https://github.com/r-lib/vctrs
https://cran.r-project.org/package=vctrs
"
SRC_URI="http://cran.r-project.org/src/contrib/vctrs_0.2.4.tar.gz"
LICENSE='GPL-3'
IUSE="${IUSE-}"
DEPEND="
>=dev-lang/R-3.2
dev-R/digest
>=dev-R/ellipsis-0.2.0
dev-R/glue
>=dev-R/rlang-0.4.5
"
RDEPEND="${DEPEND-}"