From d5a59ff3d284b785d20a81f8a22d9a9ca50a57ed Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Wed, 27 Feb 2019 22:20:57 +0100 Subject: [PATCH] Prepare 0.3.1 release --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 24 +++--------------------- 3 files changed, 5 insertions(+), 23 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9660b29f..914f2aa0 100644 --- a/DESCRIPTION +++ b/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"), diff --git a/NEWS.md b/NEWS.md index 45ae373f..c153161c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -# purrr 0.3.0.9000 +# purrr 0.3.1 * `reduce()` now forces arguments (#643). diff --git a/cran-comments.md b/cran-comments.md index 1220772f..ef6e7a66 100644 --- a/cran-comments.md +++ b/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 ## Test environments @@ -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.