Skip to content

Commit

Permalink
Prepare release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Mar 15, 2019
1 parent ba0f02f commit 8f6b4ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: purrr
Title: Functional Programming Tools
Version: 0.3.1
Version: 0.3.2
Authors@R: c(
person("Lionel", "Henry", , "[email protected]", c("aut", "cre")),
person("Hadley", "Wickham", , "[email protected]", "aut"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# purrr 0.3.2

* Fix protection issues reported by rchk.


# purrr 0.3.1

* `reduce()` now forces arguments (#643).
Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

The rchk issues on the CRAN page should be fixed by <https://github.com/tidyverse/purrr/commit/d920b29>
The rchk issues on the CRAN page should be fixed by <https://github.com/tidyverse/purrr/commit/ba0f02f>

## Test environments

Expand All @@ -13,6 +13,4 @@ The rchk issues on the CRAN page should be fixed by <https://github.com/tidyvers

## revdepcheck results

We checked 469 reverse dependencies (451 from CRAN + 18 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.

We failed to check 10 packages. There were no new problems.
I haven't checked the reverse dependencies because the only changes are additional `PROTECT()`.

0 comments on commit 8f6b4ce

Please sign in to comment.