-
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
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 <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 | ||
|
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 | ||
|
||
|