mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 21:00:27 -04:00
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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>Lionel Henry</name>
|
|
<email>lionel@rstudio.com</email>
|
|
</maintainer>
|
|
<bugs-to>https://github.com/tidyverse/magrittr/issues</bugs-to>
|
|
<remote-id type="github">tidyverse/magrittr</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|