Skip to content

Commit 6ad51fe

Browse files
committed
Increment version number to 2.0.2
1 parent 4f6f368 commit 6ad51fe

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: magrittr
33
Title: A Forward-Pipe Operator for R
4-
Version: 2.0.1.9000
4+
Version: 2.0.2
55
Authors@R:
66
c(person(given = "Stefan Milton",
77
family = "Bache",

NEWS.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
# magrittr (development version)
1+
# magrittr 2.0.2
32

43
* New eager pipe `%!>%` for sequential evaluation (#247). Consider
54
using `force()` in your functions instead to make them strict, if

cran-comments.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
## Test environments
32

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

1312
## Downstream dependencies
1413

15-
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.
14+
No failures detected.

0 commit comments

Comments
 (0)