-
Notifications
You must be signed in to change notification settings - Fork 18
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.4' into production
- Loading branch information
Showing
17 changed files
with
431 additions
and
61 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 |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
^revdep-dev$ | ||
^appveyor\.yml$ | ||
^man-roxygen$ | ||
^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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
.Rhistory | ||
.RData | ||
inst/doc | ||
/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
Package: DBItest | ||
Title: Testing 'DBI' Back Ends | ||
Version: 1.3-11 | ||
Version: 1.4 | ||
Date: 2016-12-02 | ||
Authors@R: c( person(given = "Kirill", family = "Müller", role = | ||
c("aut", "cre"), email = "[email protected]"), | ||
person("RStudio", role = "cph") ) | ||
Description: A helper that tests 'DBI' back ends for conformity | ||
to the interface, currently work in progress. | ||
to the interface. | ||
Depends: | ||
R (>= 3.0.0) | ||
Imports: | ||
DBI (>= 0.4-9), | ||
methods, | ||
R6, | ||
testthat (>= 1.0.2), | ||
withr, | ||
DBI (>= 0.4-9) | ||
withr | ||
Suggests: | ||
devtools, | ||
lintr, | ||
knitr, | ||
lintr, | ||
rmarkdown | ||
License: LGPL (>= 2) | ||
LazyData: true | ||
|
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,13 +1,16 @@ | ||
## Test environments | ||
* ubuntu 16.04, R 3.3.1 | ||
* ubuntu 12.04 (on travis-ci), R 3.3.1 | ||
* local ubuntu 16.10, R 3.3.2 | ||
* ubuntu 12.04 (on travis-ci), R release, devel, and oldrel | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
There were no ERRORs, WARNINGs or NOTEs. | ||
Changes to the package's description as requested by Uwe Ligges. I hope a same-version update is okay here. | ||
|
||
## Reverse dependencies | ||
|
||
* I checked the single reverse dependency, `bigrquery`, locally. | ||
* I checked the two reverse dependencies `bigrquery` and `RSQLite`. | ||
There were no ERRORs, WARNINGs or NOTEs. | ||
|
||
* RSQLite 1.1 on OS X seems to depend on this release, could you please trigger | ||
a rebuild of RSQLite 1.1 once DBItest 1.4 has been built for OS X? |
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,56 @@ | ||
# Setup | ||
|
||
## Platform | ||
|
||
|setting |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.3.2 (2016-10-31) | | ||
|system |x86_64, linux-gnu | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|tz |Universal | | ||
|date |2016-12-02 | | ||
|
||
## Packages | ||
|
||
|package |* |version |date |source | | ||
|:---------|:--|:-----------|:----------|:----------------------------------| | ||
|DBI | |0.5-12 |2016-12-02 |Github (rstats-db/DBI@562d091) | | ||
|DBItest | |1.3-11 |2016-12-02 |Github (rstats-db/DBItest@d89656a) | | ||
|devtools |* |1.12.0.9000 |2016-10-06 |local | | ||
|knitr | |1.15.1 |2016-11-22 |cran (@1.15.1) | | ||
|lintr | |1.0.0 |2016-04-16 |cran (@1.0.0) | | ||
|R6 | |2.2.0 |2016-10-05 |cran (@2.2.0) | | ||
|rmarkdown | |1.2 |2016-11-21 |cran (@1.2) | | ||
|testthat | |1.0.2.9000 |2016-08-25 |Github (hadley/testthat@46d15da) | | ||
|withr | |1.0.2 |2016-06-20 |CRAN (R 3.3.1) | | ||
|
||
# Check results | ||
|
||
2 packages | ||
|
||
|package |version | errors| warnings| notes| | ||
|:---------|:-------|------:|--------:|-----:| | ||
|bigrquery |0.3.0 | 0| 0| 0| | ||
|RSQLite |1.1 | 0| 0| 1| | ||
|
||
## bigrquery (0.3.0) | ||
Maintainer: Hadley Wickham <[email protected]> | ||
Bug reports: https://github.com/rstats-db/bigrquery/issues | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## RSQLite (1.1) | ||
Maintainer: Kirill Müller <[email protected]> | ||
Bug reports: https://github.com/rstats-db/RSQLite/issues | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
``` | ||
checking installed package size ... NOTE | ||
installed size is 7.8Mb | ||
sub-directories of 1Mb or more: | ||
libs 7.2Mb | ||
``` | ||
|
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,72 @@ | ||
# Setup | ||
|
||
## Platform | ||
|
||
|setting |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.3.2 (2016-10-31) | | ||
|system |x86_64, linux-gnu | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|tz |Universal | | ||
|date |2016-12-02 | | ||
|
||
## Packages | ||
|
||
|package |* |version |date |source | | ||
|:---------|:--|:-----------|:----------|:----------------------------------| | ||
|DBI | |0.5-12 |2016-12-02 |Github (rstats-db/DBI@562d091) | | ||
|DBItest | |1.3-11 |2016-12-02 |Github (rstats-db/DBItest@d89656a) | | ||
|devtools |* |1.12.0.9000 |2016-10-06 |local | | ||
|knitr | |1.15.1 |2016-11-22 |cran (@1.15.1) | | ||
|lintr | |1.0.0 |2016-04-16 |cran (@1.0.0) | | ||
|rmarkdown | |1.2 |2016-11-21 |cran (@1.2) | | ||
|testthat | |1.0.2.9000 |2016-08-25 |Github (hadley/testthat@46d15da) | | ||
|withr | |1.0.2 |2016-06-20 |CRAN (R 3.3.1) | | ||
|
||
# Check results | ||
|
||
2 packages | ||
|
||
|package |version | errors| warnings| notes| | ||
|:---------|:-------|------:|--------:|-----:| | ||
|bigrquery |0.3.0 | 0| 0| 0| | ||
|RSQLite |1.1 | 1| 0| 1| | ||
|
||
## bigrquery (0.3.0) | ||
Maintainer: Hadley Wickham <[email protected]> | ||
Bug reports: https://github.com/rstats-db/bigrquery/issues | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## RSQLite (1.1) | ||
Maintainer: Kirill Müller <[email protected]> | ||
Bug reports: https://github.com/rstats-db/RSQLite/issues | ||
|
||
1 error | 0 warnings | 1 note | ||
|
||
``` | ||
checking tests ... ERROR | ||
Running the tests in ‘tests/testthat.R’ failed. | ||
Last 13 lines of output: | ||
1/1 mismatches | ||
[1] 1 - 0 == 1 | ||
testthat results ================================================================ | ||
OK: 1214 SKIPPED: 10 FAILED: 2 | ||
1. Failure: DBItest[RSQLite]: Driver: stress_load_unload (@test-driver.R#139) | ||
2. Failure: DBItest[RSQLite]: Connection: stress_load_connect_unload (@test-connection.R#152) | ||
Error: testthat unit tests failed | ||
In addition: Warning message: | ||
Unknown tweaks: placeholder_pattern | ||
Execution halted | ||
checking installed package size ... NOTE | ||
installed size is 7.8Mb | ||
sub-directories of 1Mb or more: | ||
libs 7.2Mb | ||
``` | ||
|
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,56 @@ | ||
# Setup | ||
|
||
## Platform | ||
|
||
|setting |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.3.2 (2016-10-31) | | ||
|system |x86_64, linux-gnu | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|tz |Universal | | ||
|date |2016-12-02 | | ||
|
||
## Packages | ||
|
||
|package |* |version |date |source | | ||
|:---------|:--|:-----------|:----------|:----------------------------------| | ||
|DBI | |0.5-12 |2016-12-02 |Github (rstats-db/DBI@562d091) | | ||
|DBItest | |1.3-11 |2016-12-02 |Github (rstats-db/DBItest@d89656a) | | ||
|devtools |* |1.12.0.9000 |2016-10-06 |local | | ||
|knitr | |1.15.1 |2016-11-22 |cran (@1.15.1) | | ||
|lintr | |1.0.0 |2016-04-16 |cran (@1.0.0) | | ||
|R6 | |2.2.0 |2016-10-05 |cran (@2.2.0) | | ||
|rmarkdown | |1.2 |2016-11-21 |cran (@1.2) | | ||
|testthat | |1.0.2.9000 |2016-08-25 |Github (hadley/testthat@46d15da) | | ||
|withr | |1.0.2 |2016-06-20 |CRAN (R 3.3.1) | | ||
|
||
# Check results | ||
|
||
2 packages | ||
|
||
|package |version | errors| warnings| notes| | ||
|:---------|:-------|------:|--------:|-----:| | ||
|bigrquery |0.3.0 | 0| 0| 0| | ||
|RSQLite |1.1 | 0| 0| 1| | ||
|
||
## bigrquery (0.3.0) | ||
Maintainer: Hadley Wickham <[email protected]> | ||
Bug reports: https://github.com/rstats-db/bigrquery/issues | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## RSQLite (1.1) | ||
Maintainer: Kirill Müller <[email protected]> | ||
Bug reports: https://github.com/rstats-db/RSQLite/issues | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
``` | ||
checking installed package size ... NOTE | ||
installed size is 7.8Mb | ||
sub-directories of 1Mb or more: | ||
libs 7.2Mb | ||
``` | ||
|
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.
Oops, something went wrong.