Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Type: Package
Package: magrittr
Title: A Forward-Pipe Operator for R
Title: Four Pipe Operators for R
Version: 1.5.0.9000
Authors@R: c(
person("Stefan Milton", "Bache", , "[email protected]", c("aut", "cre", "cph")),
person("Hadley", "Wickham", , "[email protected]", "aut"),
person("RStudio", role = c("cph", "fnd"))
)
Description: 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."
Description: Provides mechanisms for chaining commands with four
new pipe operators (e.g. forward a value, or the result of an
expression, into the next function call/expression; or expose
the names of an expression into the next 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 une pipe."
License: MIT + file LICENSE
URL: http://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr
BugReports: https://github.com/tidyverse/magrittr/issues
Expand Down