Skip to content

Commit 8f6b4ce

Browse files
committed
Prepare release 0.3.2
1 parent ba0f02f commit 8f6b4ce

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: purrr
22
Title: Functional Programming Tools
3-
Version: 0.3.1
3+
Version: 0.3.2
44
Authors@R: c(
55
person("Lionel", "Henry", , "[email protected]", c("aut", "cre")),
66
person("Hadley", "Wickham", , "[email protected]", "aut"),

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
# purrr 0.3.2
3+
4+
* Fix protection issues reported by rchk.
5+
6+
27
# purrr 0.3.1
38

49
* `reduce()` now forces arguments (#643).

cran-comments.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

44
## Test environments
55

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

1414
## revdepcheck results
1515

16-
We checked 469 reverse dependencies (451 from CRAN + 18 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
17-
18-
We failed to check 10 packages. There were no new problems.
16+
I haven't checked the reverse dependencies because the only changes are additional `PROTECT()`.

0 commit comments

Comments
 (0)