From f26499a3fbb98ddab5320ad8d00945a8803c7b05 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 20 Sep 2020 22:51:47 +0000 Subject: (math/R-DBI) Updated 1.0.0 to 1.1.0 # DBI 1.1.0 ## New features - New `DBIConnector` class (#280). - Specify `immediate` argument to `dbSendQuery()`, `dbGetQuery()`, `dbSendStatement()` and `dbExecute()` (#268). - Use specification for `dbGetInfo()` (#271). - `dbUnquoteIdentifier()` now supports `Id()` objects with `catalog` members (#266, @raffscallion). It also handles unquoted identifiers of the form `table`, `schema.table` or `catalog.schema.table`, for compatibility with dbplyr. ## Documentation - New DBI intro article (#286, @cutterkom). - Add pkgdown reference index (#288). - DBI specification on https://dbi.r-dbi.org/dev/articles/spec now comes with a table of contents and code formatting. - Update examples to refer to `params` instead of `param` (#235). - Improved documentation for `sqlInterpolate()` (#100). Add usage of `SQL()` to `sqlInterpolate()` examples (#259, @renkun-ken). - Improve documentation for `Id`. ## Internal - Add tests for `dbUnquoteIdentifier()` (#279, @baileych). - `sqlInterpolate()` uses `dbQuoteLiteral()` instead of checking the type of the input. - Avoid partial argument match in `dbWriteTable()` (#246, @richfitz). --- math/R-DBI/Makefile | 7 +++++-- math/R-DBI/distinfo | 10 +++++----- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'math') diff --git a/math/R-DBI/Makefile b/math/R-DBI/Makefile index e062da3dc20..10839e8b6ed 100644 --- a/math/R-DBI/Makefile +++ b/math/R-DBI/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2019/08/08 19:53:44 brook Exp $ +# $NetBSD: Makefile,v 1.9 2020/09/20 22:51:47 mef Exp $ R_PKGNAME= DBI -R_PKGVER= 1.0.0 +R_PKGVER= 1.1.0 CATEGORIES= math MAINTAINER= minskim@NetBSD.org COMMENT= R database interface LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3 +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" diff --git a/math/R-DBI/distinfo b/math/R-DBI/distinfo index f427d5c06d2..63de2d020f0 100644 --- a/math/R-DBI/distinfo +++ b/math/R-DBI/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/05/09 18:08:19 minskim Exp $ +$NetBSD: distinfo,v 1.8 2020/09/20 22:51:47 mef Exp $ -SHA1 (R/DBI_1.0.0.tar.gz) = 3d495ca9c05fab5bbb8cddb33af95afc730152d5 -RMD160 (R/DBI_1.0.0.tar.gz) = 7570d18de00b8ef7bfb1399be3fd69995fd57865 -SHA512 (R/DBI_1.0.0.tar.gz) = 641e86b124045c00321bddad70b849d3236abc8a3fec5eb29485754387393405cfa52643073c74780402a17e767094720f7cb2e9f1497d382d98410c77ad587f -Size (R/DBI_1.0.0.tar.gz) = 931812 bytes +SHA1 (R/DBI_1.1.0.tar.gz) = d0a0c5ad899024ff25e250de36dd4ffdbbe36ca1 +RMD160 (R/DBI_1.1.0.tar.gz) = 9ebb019ec45d824e93c653c8fe3aa62032575e5e +SHA512 (R/DBI_1.1.0.tar.gz) = 0d5dbead2fbe40a11557a2e0e6e7e1bc88836a5f6e8ecdb2dda19b37d95a944bb2c387eb08bd586fc88217812f51dc5292f2431b4e67803a1299bc4fec9879c4 +Size (R/DBI_1.1.0.tar.gz) = 633079 bytes -- cgit v1.2.3