Package: backpipe
Type: Package
Title: Backward Pipe Operator
Version: 0.1.8.1
Date: 2016-10-03
Authors@R: c(
    person("Christopher", "Brown", role =c("cre","aut"), email = "chris.brown@decisionpatterns.com"),
    person(family = "Decision Patterns", role = c("cph") )
    )
Description: Provides a backward-pipe operator for 'magrittr' (%<%) or 
    'pipeR' (%<<%) that allows for a performing operations from right-to-left. 
    This indispensable for writing clear code where there is natural 
    right-to-left ordering common with nested structures 
    and hierarchies such as trees/directories or markup languages such as HTML 
    and XML. 
Depends: R (>= 3.1.0)
Suggests: magrittr (>= 1.5), pipeR (>= 0.6.0.6), R6 (>= 2.1.1),
        testthat (>= 0.10.0), shiny (>= 0.12.1), knitr (>= 1.11),
        rmarkdown
License: GPL-2 | file LICENSE
URL: https://github.com/decisionpatterns/backpipe
BugReports: https://github.com/decisionpatterns/backpipe/issues
VignetteBuilder: knitr
RoxygenNote: 5.0.1.9000
NeedsCompilation: no
Packaged: 2016-10-04 00:08:25 UTC; cbrown
Author: Christopher Brown [cre, aut],
  Decision Patterns [cph]
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Repository: CRAN
Date/Publication: 2016-10-04 15:06:33
