mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-R/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,19 +1,22 @@
|
||||
<?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>
|
||||
<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>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user