Last data update: 2014.03.03

magrittr

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
ByteCompile: Yes
Packaged: 2014-11-22 08:50:53 UTC; shb
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-11-22 19:15:57

● Cran Task View: WebTechnologies
● 0 images, 12 functions, 0 datasets
Reverse Depends: 8

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'magrittr' ...
** package 'magrittr' successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'magrittr'
    finding HTML links ... done
    aliases                                 html  
    compound                                html  
    debug_fseq                              html  
    debug_pipe                              html  
    exposition                              html  
    freduce                                 html  
    fseq                                    html  
    functions                               html  
    magrittr                                html  
    pipe                                    html  
    print.fseq                              html  
    tee                                     html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (magrittr)
Making 'packages.html' ... done