diff --git a/dev-R/vctrs/Manifest b/dev-R/vctrs/Manifest new file mode 100644 index 0000000000..6ecf329f53 --- /dev/null +++ b/dev-R/vctrs/Manifest @@ -0,0 +1 @@ +DIST vctrs_0.2.4.tar.gz 787455 BLAKE2B bcf86164566c4d70ec9d64e670eaf12dc80c5b115fa0320b79ee13b79113ef1b372dd728af6d3610680f124ff87f2c83268baed234a75ba6277e69a313dc2512 SHA512 2d23a58d407b1eff2162883d6906684ab0f3ec8a4ca2be7274bc82f29b2a846bce7d288d20b47ceb912846f4ee743556955b569b655efbd1d7d3d0da897e76ac diff --git a/dev-R/vctrs/metadata.xml b/dev-R/vctrs/metadata.xml new file mode 100644 index 0000000000..eaeb354abe --- /dev/null +++ b/dev-R/vctrs/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + 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. + + + + https://github.com/r-lib/vctrs/issues + + + https://cran.r-project.org/web//packages/vctrs/vctrs.pdf + + + https://cran.r-project.org/web//packages/vctrs/news/news.html + + + + Hadley Wickham + + + hadley@rstudio.com + + + + r-lib/vctrs + + + diff --git a/dev-R/vctrs/vctrs-0.2.4.ebuild b/dev-R/vctrs/vctrs-0.2.4.ebuild new file mode 100644 index 0000000000..ae677746ca --- /dev/null +++ b/dev-R/vctrs/vctrs-0.2.4.ebuild @@ -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-}"