-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update to 2.1.1] - Support
temporary
argument in dbRemoveTable()
…
… (default: `FALSE`) (r-dbi/DBI#141). Kirill Müller (43): fledge: Bump version to 2.1.0.9000 ignore safer tic export dbIsReadOnly() bump Revert "export dbIsReadOnly()" Deploy from Travis build 1509 [ci skip] Deploy from Travis build 1510 [ci skip] Deploy from Travis build 1511 [ci skip] Deploy from Travis build 1514 [ci skip] Deploy from Travis build 1515 [ci skip] Deploy from Travis build 1516 [ci skip] Deploy from Travis build 1530 [ci skip] Deploy from Travis build 1531 [ci skip] Deploy from Travis build 1533 [ci skip] install DBI and DBItest from GitHub reexport dbIsReadOnly() and dbCanConnect() implement format() implement dbRemoveTable(fail_if_missing = FALSE) document Deploy from Travis build 1539 [ci skip] use dbCreateTable() and dbAppendTable() Deploy from Travis build 1542 [ci skip] support bigint argument to dbConnect() Deploy from Travis build 1543 [ci skip] - Data frames resulting from a query always have unique non-empty column names (r-dbi/DBItest#137). collate - Support `temporary` argument in `dbRemoveTable()` (default: `FALSE`) (r-dbi/DBI#141). Deploy from Travis build 1546 [ci skip] reexport Id() oops fledge: Bump version to 2.1.0.9001 up drake-based revdep test bioc but only one level deep add revdep results remove remotes, bump dependency fledge: Bump version to 2.1.1 up CRAN comments reexport Id() Deploy from Travis build 1565 [ci skip] NEWS Deploy from Travis build 1566 [ci skip] Deploy from Travis build 1567 [ci skip]
- Loading branch information
Showing
8 changed files
with
40 additions
and
13 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.*~ | ||
*~ | ||
*.swp | ||
.repo-index | ||
*.log | ||
build.log.round* | ||
*.tar.* | ||
*.tgz | ||
!*.tar.*.* | ||
*.zip | ||
commitmsg | ||
results/ |
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,5 +1,5 @@ | ||
PKG_NAME := R-RSQLite | ||
URL = https://cran.r-project.org/src/contrib/RSQLite_2.1.0.tar.gz | ||
URL = https://cran.r-project.org/src/contrib/RSQLite_2.1.1.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
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,11 @@ | ||
2.1.1 | ||
R-BH | ||
R-plogr | ||
R-Rcpp | ||
R-bit64 | ||
R-DBI | ||
R-DBItest | ||
R-blob | ||
R-markdown | ||
R-pkgconfig | ||
R-memoise |
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 +1 @@ | ||
12 | ||
13 |
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,5 +1,5 @@ | ||
Total : 13 | ||
Pass : 10 | ||
Total : 51 | ||
Pass : 46 | ||
Fail : 3 | ||
Skip : 0 | ||
Skip : 2 | ||
XFail : 0 |
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 +1 @@ | ||
1c954840e93b76e8b8cb54e53eafe23efe07afd8/RSQLite_2.1.0.tar.gz | ||
ed4ffd85a72685205f0bc651c5d25b539f788339/RSQLite_2.1.1.tar.gz |