mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
20 lines
956 B
XML
20 lines
956 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<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>
|