-
Notifications
You must be signed in to change notification settings - Fork 274
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
7 changed files
with
134 additions
and
8 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.1.9000 | ||
Version: 0.2.2 | ||
Authors@R: c( | ||
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")), | ||
person("Lionel", "Henry", , "[email protected]", "ctb"), | ||
|
@@ -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 | ||
|
@@ -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 |
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
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
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 |
---|---|---|
@@ -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 <[email protected]> | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## cymruservices (0.2.0) | ||
Maintainer: Bob Rudis <[email protected]> | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## eechidna (0.1) | ||
Maintainer: Ben Marwick <[email protected]> | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## elpatron (0.0.2) | ||
Maintainer: Jordan Mackie <[email protected]> | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## estatapi (0.2) | ||
Maintainer: Hiroaki Yutani <[email protected]> | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## fuzzyjoin (0.1) | ||
Maintainer: David Robinson <[email protected]> | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## googlesheets (0.2.0) | ||
Maintainer: Jennifer Bryan <[email protected]> | ||
Bug reports: https://github.com/jennybc/googlesheets/issues | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## gutenbergr (0.1.1) | ||
Maintainer: David Robinson <[email protected]> | ||
Bug reports: http://github.com/ropenscilabs/gutenbergr/issues | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## highcharter (0.3.0) | ||
Maintainer: Joshua Kunst <[email protected]> | ||
Bug reports: https://github.com/jbkunst/highcharter/issues | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## livechatR (0.1.0) | ||
Maintainer: Lawrence Wu <[email protected]> | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## RevEcoR (0.99.3) | ||
Maintainer: Yang Cao <[email protected]> | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## tidytext (0.1.0) | ||
Maintainer: Julia Silge <[email protected]> | ||
Bug reports: http://github.com/juliasilge/tidytext/issues | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ library("devtools") | |
|
||
revdep_check() | ||
revdep_check_save_summary() | ||
revdep_check_print_problems() |
Binary file not shown.
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 |
---|---|---|
@@ -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 | ||
|
||
|