dev-R/purrr: 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 17:42:54 +02:00
parent e009283895
commit 379f25397e
3 changed files with 55 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST purrr_0.3.4.tar.gz 375062 BLAKE2B ec4383b49b9e49ffd8fb9cb76b975d9e699c820f0aed6ece0b75f84c71944345fb64f16932e664dee18c3a1f1e93a56d8b5153289437d8b13d281744be2b7a1e SHA512 30f121c751e6c85b986b872ed1bae6464d2f0f3b79493537d4f1b673d55725218dd982a2ed7b8b8a12b2aad586db3133e49721812f35bf3b2c692612759bb2ca

33
dev-R/purrr/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">
A complete and consistent functional programming toolkit for R.
</longdescription>
<upstream>
<bugs-to>
https://github.com/tidyverse/purrr/issues
</bugs-to>
<doc lang="en">
https://cran.r-project.org/web//packages/purrr/purrr.pdf
</doc>
<changelog>
https://cran.r-project.org/web//packages/purrr/news/news.html
</changelog>
<maintainer>
<name>
Lionel Henry
</name>
<email>
lionel@rstudio.com
</email>
</maintainer>
<remote-id type="github">
tidyverse/purrr
</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages-guru
DESCRIPTION='Functional Programming Tools'
SRC_URI="http://cran.r-project.org/src/contrib/purrr_0.3.4.tar.gz"
LICENSE='GPL-3'
HOMEPAGE="
http://purrr.tidyverse.org
https://github.com/tidyverse/purrr
https://cran.r-project.org/package=purrr
"
IUSE="${IUSE-}"
DEPEND="
>=dev-lang/R-3.2
>=dev-R/magrittr-1.5
>=dev-R/rlang-0.3.1
"