-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
215 additions
and
588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: purrr | ||
Title: Functional Programming Tools | ||
Version: 0.2.3.9000 | ||
Version: 0.2.4 | ||
Authors@R: c( | ||
person("Lionel", "Henry", , "[email protected]", c("aut", "cre")), | ||
person("Hadley", "Wickham", , "[email protected]", "aut"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# purrr 0.2.4 | ||
|
||
# purrr 0.2.3.9000 | ||
|
||
* Fixes for R 3.1. | ||
|
||
# purrr 0.2.3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
## Test environments | ||
* local OS X install, R 3.4.1 | ||
* ubuntu 12.04 (on travis-ci), R 3.4.1 | ||
* win-builder (devel and release) | ||
|
||
* local OS X install, R-release | ||
* ubuntu 12.04, R 3.1 -> R-devel | ||
* win-builder (R-devel) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## revdepcheck results | ||
|
||
We checked 194 reverse dependencies (188 from CRAN + 6 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
## Reverse dependencies | ||
* We saw 0 new problems | ||
* We failed to check 6 packages | ||
|
||
I have run R CMD check on the 147 downstream dependencies. | ||
(Summary at https://github.com/tidyverse/purrr/tree/master/revdep). | ||
Issues with CRAN packages are summarised below. | ||
|
||
There were 4 packages with new problems (compared to running the | ||
revdeps with the current CRAN version of purrr). All package | ||
maintainers were notified on July 21 of these problems. | ||
### Failed to check | ||
|
||
The maintainer of valaddin informed us that his package was already | ||
fixed and will be sent to CRAN. | ||
* anomalyDetection (failed to install) | ||
* diceR (failed to install) | ||
* imager (failed to install) | ||
* pointblank (failed to install) | ||
* RSQLServer (failed to install) | ||
* wand (failed to install) |
Oops, something went wrong.