From 33bb182b78a94403b3f3fd7746856edc7c5405c5 Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Tue, 26 Jun 2018 13:52:35 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b5dfd2..da15f6e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Backpipe -[![License](https://img.shields.io/badge/license-GPL%20=%202-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html) + [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/backpipe)](https://cran.r-project.org/package=backpipe) [![Downloads](https://cranlogs.r-pkg.org/badges/backpipe?color=brightgreen)](https://www.r-pkg.org/pkg/backpipe) [![](https://cranlogs.r-pkg.org/badges/grand-total/backpipe)](https://cran.r-project.org/package=backpipe) +https://img.shields.io/badge/license-GPL%20=%202-brightgreen.svg?style=flat + The *backpipe* package provides a single 'backpipe' operator (`%<%`) that allows the order of operands in a pipe statuement to be reversed. In some From 10baeb2ac42119d9e85d05acdc13f61bf4979c21 Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Wed, 10 Oct 2018 07:54:53 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da15f6e..a14bfee 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ https://img.shields.io/badge/license-GPL%20=%202-brightgreen.svg?style=flat [![Research Software Impact](http://depsy.org/api/package/cran/backpipe/badge.svg)](http://depsy.org/package/r/backpipe) --> -The *backpipe* package provides a single 'backpipe' operator (`%<%`) that allows -the order of operands in a pipe statuement to be reversed. In some -situations this promotes more legible and debuggable code. +The *backpipe* package provides a single 'backpipe' (right-to-left) +operator (`%<%`) that allows the order of operands in a pipe statuement to be +reversed. In some situations this promotes more legible and debuggable code. Popular packages *magrittr* and *pipeR* do not provide a backward pipe operator. This package fills the void by providing a `%<%` for use with *magrittr* and