mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
1
dev-R/purrr/Manifest
Normal file
1
dev-R/purrr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST purrr_0.3.4.tar.gz 375062 BLAKE2B ec4383b49b9e49ffd8fb9cb76b975d9e699c820f0aed6ece0b75f84c71944345fb64f16932e664dee18c3a1f1e93a56d8b5153289437d8b13d281744be2b7a1e SHA512 30f121c751e6c85b986b872ed1bae6464d2f0f3b79493537d4f1b673d55725218dd982a2ed7b8b8a12b2aad586db3133e49721812f35bf3b2c692612759bb2ca
|
||||
33
dev-R/purrr/metadata.xml
Normal file
33
dev-R/purrr/metadata.xml
Normal 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>
|
||||
21
dev-R/purrr/purrr-0.3.4.ebuild
Normal file
21
dev-R/purrr/purrr-0.3.4.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user