Source: r-cran-magrittr
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-magrittr
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-magrittr.git
Homepage: https://cran.r-project.org/package=magrittr
Rules-Requires-Root: no

Package: r-cran-magrittr
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: A Forward-Pipe Operator for R
 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."
