diff --git a/DESCRIPTION b/DESCRIPTION index 530ebee..24d5a6b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 56b7779..9299b1e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 724b3ac..af50aa5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,3 @@ - ## Test environments * local: macOS, r-release @@ -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.