Source: r-cran-magrittr
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-r
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-magrittr.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-magrittr.git
Homepage: https://cran.r-project.org/package=magrittr

Package: r-cran-magrittr
Architecture: all
Depends: ${misc:Depends},
         ${R:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R forward-pipe operator
 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.
