Skip to content

Commit

Permalink
Prepare 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Feb 27, 2019
1 parent d920b29 commit d5a59ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: purrr
Title: Functional Programming Tools
Version: 0.3.0.9000
Version: 0.3.1
Authors@R: c(
person("Lionel", "Henry", , "lionel@rstudio.com", c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,5 +1,5 @@

# purrr 0.3.0.9000
# purrr 0.3.1

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

Expand Down
24 changes: 3 additions & 21 deletions cran-comments.md
@@ -1,5 +1,5 @@

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

## Test environments

Expand All @@ -13,24 +13,6 @@ The rchk issues on the CRAN page should be fixed.

## revdepcheck results

We checked 452 reverse dependencies (433 from CRAN + 19 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
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 saw 9 new problems
* We failed to check 9 packages

Please find the summary at https://github.com/tidyverse/purrr/tree/master/revdep

We notified the maintainers of these problems on January 4th.


### Failed to check

* anomalyDetection (failed to install)
* circumplex (failed to install)
* clustermq (check timed out)
* colorednoise (failed to install)
* fingertipscharts (check timed out)
* mlbgameday (check timed out)
* openVA (failed to install)
* Rdrools (failed to install)
* wand (failed to install)
We failed to check 10 packages. There were no new problems.

0 comments on commit d5a59ff

Please sign in to comment.