-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'r-1.1' into production
- Loading branch information
Showing
11 changed files
with
123 additions
and
41 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 |
---|---|---|
|
@@ -18,3 +18,4 @@ | |
^scripts/deploy-pages\.sh$ | ||
^docs$ | ||
^_pkgdown\.yml$ | ||
^revdep$ |
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
inst/doc | ||
/docs/ | ||
/vignettes/*.html | ||
/revdep/.cache.rds |
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 |
---|---|---|
@@ -1,14 +1,17 @@ | ||
## Test environments | ||
* local Ubuntu install, R 3.2.4 | ||
* ubuntu 12.04 (on travis-ci), R 3.2.4 | ||
* win-builder (devel and release) | ||
* local Ubuntu install, R 3.3.1 | ||
* ubuntu 12.04 (on travis-ci, R devel, release, and oldrel) | ||
* OS X (on travis-ci, R release) | ||
win-builder (devel and release) | ||
|
||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
OK | ||
|
||
* I don't see the warnings on R-devel with the updated version anymore. | ||
|
||
* 1 day since last update: Fix checks that fail on Windows. | ||
|
||
## Reverse dependencies | ||
|
||
No reverse dependencies yet. | ||
* I have run R CMD check on the 2 downstream dependencies, both were OK. |
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,46 @@ | ||
# Setup | ||
|
||
## Platform | ||
|
||
|setting |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.3.1 (2016-06-21) | | ||
|system |x86_64, linux-gnu | | ||
|ui |X11 | | ||
|language |en_US:en | | ||
|collate |en_US.UTF-8 | | ||
|tz |Europe/Busingen | | ||
|date |2016-10-29 | | ||
|
||
## Packages | ||
|
||
|package |* |version |date |source | | ||
|:---------|:--|:-------|:----------|:---------------------------| | ||
|backports | |1.0.3 |2016-06-28 |cran (@1.0.3) | | ||
|knitr | |1.14 |2016-08-13 |cran (@1.14) | | ||
|rmarkdown | |1.0 |2016-07-08 |cran (@1.0) | | ||
|rprojroot | |1.1 |2016-10-29 |local (krlmlr/rprojroot@NA) | | ||
|testthat | |1.0.2 |2016-04-23 |cran (@1.0.2) | | ||
|withr | |1.0.2 |2016-06-20 |cran (@1.0.2) | | ||
|
||
# Check results | ||
|
||
2 packages | ||
|
||
|package |version | errors| warnings| notes| | ||
|:------------|:-------|------:|--------:|-----:| | ||
|googlesheets |0.2.1 | 0| 0| 0| | ||
|sparklyr |0.4 | 0| 0| 0| | ||
|
||
## googlesheets (0.2.1) | ||
Maintainer: Jennifer Bryan <jenny@stat.ubc.ca> | ||
Bug reports: https://github.com/jennybc/googlesheets/issues | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## sparklyr (0.4) | ||
Maintainer: Javier Luraschi <javier@rstudio.com> | ||
Bug reports: https://github.com/rstudio/sparklyr/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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
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,32 @@ | ||
# Setup | ||
|
||
## Platform | ||
|
||
|setting |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.3.1 (2016-06-21) | | ||
|system |x86_64, linux-gnu | | ||
|ui |X11 | | ||
|language |en_US:en | | ||
|collate |en_US.UTF-8 | | ||
|tz |Europe/Busingen | | ||
|date |2016-10-29 | | ||
|
||
## Packages | ||
|
||
|package |* |version |date |source | | ||
|:---------|:--|:-------|:----------|:---------------------------| | ||
|backports | |1.0.3 |2016-06-28 |cran (@1.0.3) | | ||
|knitr | |1.14 |2016-08-13 |cran (@1.14) | | ||
|rmarkdown | |1.0 |2016-07-08 |cran (@1.0) | | ||
|rprojroot | |1.1 |2016-10-29 |local (krlmlr/rprojroot@NA) | | ||
|testthat | |1.0.2 |2016-04-23 |cran (@1.0.2) | | ||
|withr | |1.0.2 |2016-06-20 |cran (@1.0.2) | | ||
|
||
# Check results | ||
|
||
0 packages with problems | ||
|
||
|
||
|
||
|
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,8 @@ | ||
# Check times | ||
|
||
| |package |version | check_time| | ||
|:--|:------------|:-------|----------:| | ||
|2 |sparklyr |0.4 | 34.4| | ||
|1 |googlesheets |0.2.1 | 33.1| | ||
|
||
|