Files
guru/dev-R/magrittr/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

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, %&gt;%. 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>