mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-R/magrittr: rename 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/magrittr/Manifest
Normal file
1
dev-R/magrittr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST magrittr_1.5.tar.gz 200504 BLAKE2B 6f68ca7449dd157688fea924800a0b9af9b6eb4c696b50e848fd3d97ec457ee488b9f524f756c5619c3293b343aab9547a6e784319e96e769446cf4d236f1cf4 SHA512 d1e66bab279a08f85405fedee0efea0dc4af058e76d8c0151c620825e01a8cf766bf89eaf24a64c67cadbad05c18f780006837ae0e9ded32c2637ed4df984279
|
||||
13
dev-R/magrittr/magrittr-1.5.ebuild
Normal file
13
dev-R/magrittr/magrittr-1.5.ebuild
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
|
||||
DESCRIPTION='A Forward-Pipe Operator for R'
|
||||
HOMEPAGE="https://cran.r-project.org/package=magrittr"
|
||||
SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz"
|
||||
LICENSE='MIT'
|
||||
|
||||
IUSE="${IUSE-}"
|
||||
18
dev-R/magrittr/metadata.xml
Normal file
18
dev-R/magrittr/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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">
|
||||
Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<doc lang="en">https://cran.r-project.org/web/packages/magrittr/magrittr.pdf</doc>
|
||||
<maintainer>
|
||||
<name>Stefan Milton Bache</name>
|
||||
<email>stefan@stefanbache.dk</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user