pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-DBI



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 20 22:51:47 UTC 2020

Modified Files:
        pkgsrc/math/R-DBI: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-DBI/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-DBI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-DBI/Makefile
diff -u pkgsrc/math/R-DBI/Makefile:1.8 pkgsrc/math/R-DBI/Makefile:1.9
--- pkgsrc/math/R-DBI/Makefile:1.8      Thu Aug  8 19:53:44 2019
+++ pkgsrc/math/R-DBI/Makefile  Sun Sep 20 22:51:47 2020
@@ -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@localhost
 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"

Index: pkgsrc/math/R-DBI/distinfo
diff -u pkgsrc/math/R-DBI/distinfo:1.7 pkgsrc/math/R-DBI/distinfo:1.8
--- pkgsrc/math/R-DBI/distinfo:1.7      Wed May  9 18:08:19 2018
+++ pkgsrc/math/R-DBI/distinfo  Sun Sep 20 22:51:47 2020
@@ -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



Home | Main Index | Thread Index | Old Index