Skip to content

Commit

Permalink
Increment version number to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jan 26, 2022
1 parent 4f6f368 commit 6ad51fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: magrittr
Title: A Forward-Pipe Operator for R
Version: 2.0.1.9000
Version: 2.0.2
Authors@R:
c(person(given = "Stefan Milton",
family = "Bache",
Expand Down
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

# magrittr (development version)
# magrittr 2.0.2

* New eager pipe `%!>%` for sequential evaluation (#247). Consider
using `force()` in your functions instead to make them strict, if
Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## Test environments

* local: macOS, r-release
Expand All @@ -12,4 +11,4 @@ There were no ERRORs, WARNINGs, or NOTEs.

## Downstream dependencies

Whe have run R CMD check on reverse dependencies of magrittr, dplyr, tidyr, and purrr. Maintainers of failing packages were notified or offered fixes two months ago. There are 5 remaining failures in our latest run.
No failures detected.

0 comments on commit 6ad51fe

Please sign in to comment.