Skip to content

Commit

Permalink
updated README, deleted CRAN-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
daranzolin committed Dec 15, 2021
1 parent 9d990c5 commit d174c05
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

15 changes: 15 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ library(ViewPipeSteps)
![CRAN log](http://www.r-pkg.org/badges/version/ViewPipeSteps)
![](http://cranlogs.r-pkg.org/badges/grand-total/ViewPipeSteps)

# Installation

You can install the released version of ViewPipeSteps from CRAN with:

```{r eval = FALSE}
install.packages("ViewPipeSteps")
```

Or install the development version from GitHub with:

```{r eval = FALSE}
remotes::install_github("daranzolin/ViewPipeSteps")
```


## Overview

ViewPipeSteps helps to debug pipe chains in a *slightly* more elegant fashion. Print/View debugging isn't sexy, but instead of manually inserting `%>% View()` after each step, spice it up a bit by, e.g., highlighting the entire chain and calling the `viewPipeChain` addin:
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
![CRAN log](http://www.r-pkg.org/badges/version/ViewPipeSteps)
![](http://cranlogs.r-pkg.org/badges/grand-total/ViewPipeSteps)

# Installation

You can install the released version of ViewPipeSteps from CRAN with:

``` r
install.packages("ViewPipeSteps")
```

Or install the development version from GitHub with:

``` r
remotes::install_github("daranzolin/ViewPipeSteps")
```

## Overview

ViewPipeSteps helps to debug pipe chains in a *slightly* more elegant
Expand Down

0 comments on commit d174c05

Please sign in to comment.