Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 17, 2016
1 parent 3a3249e commit 4046667
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 8 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: purrr
Title: Functional Programming Tools
Version: 0.2.1.9000
Version: 0.2.2
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("Lionel", "Henry", , "lionel.hry@gmail.com", "ctb"),
Expand All @@ -15,7 +15,7 @@ Imports:
magrittr (>= 1.5),
dplyr (>= 0.4.3),
Rcpp,
lazyeval (>= 0.1.10.9000)
lazyeval (>= 0.2.0)
Suggests:
testthat,
covr
Expand All @@ -25,4 +25,3 @@ LinkingTo: Rcpp,
URL: https://github.com/hadley/purrr
BugReports: https://github.com/hadley/purrr/issues
RoxygenNote: 5.0.1
Remotes: hadley/lazyeval
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# purrr 0.2.1.9000
# purrr 0.2.2

* Fix for dev tibble support.

* `as_function()` now supports list arguments which allow recursive indexing
using either names or positions. They now always stop when encountering
the first NULL (#173).

* `accumulate` and `reduce` are now correctly passing extra arguments to the worker function
* `accumulate` and `reduce` correctly pass extra arguments to the
worker function.

# purrr 0.2.1

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

## Reverse dependencies

* I have run R CMD check on the 1 downstream dependencies.
(Summary at https://github.com/hadley/purrr/tree/master/revdep).
I have run R CMD check on the 12 downstream dependencies.
(Summary at https://github.com/hadley/purrr/tree/master/revdep).

* There were no problems.
There were no problems.
94 changes: 94 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
# Setup

## Platform

|setting |value |
|:--------|:----------------------------|
|version |R version 3.3.0 (2016-05-03) |
|system |x86_64, darwin13.4.0 |
|ui |RStudio (0.99.1223) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Chicago |
|date |2016-06-17 |

## Packages

|package |* |version |date |source |
|:--------|:--|:----------|:----------|:--------------------------------|
|BH | |1.60.0-2 |2016-05-07 |CRAN (R 3.3.0) |
|covr | |2.0.1 |2016-04-06 |CRAN (R 3.3.0) |
|dplyr | |0.4.3 |2015-09-01 |cran (@0.4.3) |
|lazyeval | |0.2.0.9000 |2016-06-17 |Github (hadley/lazyeval@c155c3d) |
|magrittr | |1.5 |2014-11-22 |CRAN (R 3.3.0) |
|purrr |* |0.2.1.9000 |2016-06-17 |local (hadley/purrr@3a3249e) |
|Rcpp | |0.12.5 |2016-05-14 |CRAN (R 3.3.0) |
|testthat |* |1.0.2.9000 |2016-06-16 |Github (hadley/testthat@d3e20b9) |

# Check results
12 packages

## curlconverter (0.7.0)
Maintainer: Bob Rudis <bob@rudis.net>

0 errors | 0 warnings | 0 notes

## cymruservices (0.2.0)
Maintainer: Bob Rudis <bob@rudis.net>

0 errors | 0 warnings | 0 notes

## eechidna (0.1)
Maintainer: Ben Marwick <benmarwick@gmail.com>

0 errors | 0 warnings | 0 notes

## elpatron (0.0.2)
Maintainer: Jordan Mackie <jmackie@protonmail.com>

0 errors | 0 warnings | 0 notes

## estatapi (0.2)
Maintainer: Hiroaki Yutani <yutani.ini@gmail.com>

0 errors | 0 warnings | 0 notes

## fuzzyjoin (0.1)
Maintainer: David Robinson <drobinson@stackoverflow.com>

0 errors | 0 warnings | 0 notes

## googlesheets (0.2.0)
Maintainer: Jennifer Bryan <jenny@stat.ubc.ca>
Bug reports: https://github.com/jennybc/googlesheets/issues

0 errors | 0 warnings | 0 notes

## gutenbergr (0.1.1)
Maintainer: David Robinson <admiral.david@gmail.com>
Bug reports: http://github.com/ropenscilabs/gutenbergr/issues

0 errors | 0 warnings | 0 notes

## highcharter (0.3.0)
Maintainer: Joshua Kunst <jbkunst@gmail.com>
Bug reports: https://github.com/jbkunst/highcharter/issues

0 errors | 0 warnings | 0 notes

## livechatR (0.1.0)
Maintainer: Lawrence Wu <lwu@payoff.com>

0 errors | 0 warnings | 0 notes

## RevEcoR (0.99.3)
Maintainer: Yang Cao <yiluheihei@gmail.com>

0 errors | 0 warnings | 0 notes

## tidytext (0.1.0)
Maintainer: Julia Silge <julia.silge@gmail.com>
Bug reports: http://github.com/juliasilge/tidytext/issues

0 errors | 0 warnings | 0 notes

1 change: 1 addition & 0 deletions revdep/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ library("devtools")

revdep_check()
revdep_check_save_summary()
revdep_check_print_problems()
Binary file modified revdep/checks.rds
Binary file not shown.
31 changes: 31 additions & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Setup

## Platform

|setting |value |
|:--------|:----------------------------|
|version |R version 3.3.0 (2016-05-03) |
|system |x86_64, darwin13.4.0 |
|ui |RStudio (0.99.1223) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Chicago |
|date |2016-06-17 |

## Packages

|package |* |version |date |source |
|:--------|:--|:----------|:----------|:--------------------------------|
|BH | |1.60.0-2 |2016-05-07 |CRAN (R 3.3.0) |
|covr | |2.0.1 |2016-04-06 |CRAN (R 3.3.0) |
|dplyr | |0.4.3 |2015-09-01 |cran (@0.4.3) |
|lazyeval | |0.2.0.9000 |2016-06-17 |Github (hadley/lazyeval@c155c3d) |
|magrittr | |1.5 |2014-11-22 |CRAN (R 3.3.0) |
|purrr |* |0.2.1.9000 |2016-06-17 |local (hadley/purrr@3a3249e) |
|Rcpp | |0.12.5 |2016-05-14 |CRAN (R 3.3.0) |
|testthat |* |1.0.2.9000 |2016-06-16 |Github (hadley/testthat@d3e20b9) |

# Check results
0 packages with problems


0 comments on commit 4046667

Please sign in to comment.