forked from tidyverse/magrittr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 829 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: magrittr
Type: Package
Title: A Forward-Pipe Operator for R
Version: 1.5
Author: Stefan Milton Bache <stefan@stefanbache.dk> and
Hadley Wickham <h.wickham@gmail.com>
Maintainer: Stefan Milton Bache <stefan@stefanbache.dk>
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."
Suggests:
testthat,
knitr
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/tidyverse/magrittr
BugReports: https://github.com/tidyverse/magrittr/issues
ByteCompile: Yes