Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 1.2.0.9000
Version: 1.2.1
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4757-117X")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# purrr (development version)
# purrr 1.2.1

* Tweaks for compatibility with upcoming vctrs 0.7.0.

Expand Down
7 changes: 1 addition & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@

## revdepcheck results

We checked 2164 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 5 new problems
* We failed to check 6 packages

https://github.com/tidyverse/purrr/issues/1204 tracks the revdep failures and the various patches and notifications I performed.
We did not check revdeps as this is a patch release.
Loading