Package: backpipe
Type: Package
Title: Backward Pipe Operator
Version: 0.1.2
Date: 2015-09-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 is useful in instances where there is right-to-left ordering commonly 
    observed with nested structures such as trees/directories and markup 
    languages such as HTML and XML. 
Depends: R (>= 3.1.0)
Suggests: magrittr (>= 1.5), pipeR (>= 0.6.0.6), testthat, shiny, knitr
License: GPL-2
URL: https://github.com/decisionpatterns/backpipe
BugReports: https://github.com/decisionpatterns/backpipe/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-09-03 16:24:38 UTC; cbrown
Author: Christopher Brown [cre, aut],
  Decision Patterns [cph]
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Repository: CRAN
Date/Publication: 2015-09-04 01:21:42
