pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-DBI math/R-DBI: Update to 0.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/7caa498cfaba
branches: trunk
changeset: 378536:7caa498cfaba
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Apr 10 01:02:24 2018 +0000
description:
math/R-DBI: Update to 0.8
Notable changes since 0.7.0:
- SQL() now strips the names from the output if the names argument is
unset.
- The dbReadTable(), dbWriteTable(), dbExistsTable(), dbRemoveTable(),
and dbListFields() generics now specialize over the first two
arguments to support implementations with the Id S4 class as type
for the second argument. Some packages may need to update their
documentation to satisfy R CMD check again.
- Schema support: Export Id(), new generics dbListObjects() and
dbUnquoteIdentifier(), methods for Id that call dbQuoteIdentifier()
and then forward.
- New dbQuoteLiteral() generic. The default implementation uses
switchpatch to avoid dispatch ambiguities, and forwards to
dbQuoteString() for character vectors. Backends may override methods
that also dispatch on the second argument, but in this case also an
override for the "SQL" class is necessary.
diffstat:
math/R-DBI/DESCR | 2 +-
math/R-DBI/Makefile | 10 ++++++----
math/R-DBI/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 10 deletions(-)
diffs (49 lines):
diff -r 337c88f515c0 -r 7caa498cfaba math/R-DBI/DESCR
--- a/math/R-DBI/DESCR Tue Apr 10 00:47:52 2018 +0000
+++ b/math/R-DBI/DESCR Tue Apr 10 01:02:24 2018 +0000
@@ -1,4 +1,4 @@
-A database interface (DBI) definition for communication between R and
+A database interface definition for communication between R and
relational database management systems. All classes in this package
are virtual and need to be extended by the various R/DBMS
implementations.
diff -r 337c88f515c0 -r 7caa498cfaba math/R-DBI/Makefile
--- a/math/R-DBI/Makefile Tue Apr 10 00:47:52 2018 +0000
+++ b/math/R-DBI/Makefile Tue Apr 10 01:02:24 2018 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2018/02/28 17:45:59 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/10 01:02:24 minskim Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= ${R_HOMEPAGE_BASE}/DBI/
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= http://r-dbi.github.io/DBI
COMMENT= R Database Interface
LICENSE= gnu-lgpl-v2
R_PKGNAME= DBI
-R_PKGVER= 0.7
+R_PKGVER= 0.8
+
+USE_LANGUAGES= # none
BUILDLINK_API_DEPENDS.R+= R>=3.0.0
.include "../../math/R/Makefile.extension"
diff -r 337c88f515c0 -r 7caa498cfaba math/R-DBI/distinfo
--- a/math/R-DBI/distinfo Tue Apr 10 00:47:52 2018 +0000
+++ b/math/R-DBI/distinfo Tue Apr 10 01:02:24 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/28 17:45:59 minskim Exp $
+$NetBSD: distinfo,v 1.6 2018/04/10 01:02:24 minskim Exp $
-SHA1 (R/DBI_0.7.tar.gz) = 9eae746d26a2a70b97ecd07ec30e505643df0c13
-RMD160 (R/DBI_0.7.tar.gz) = 5c326bb1b60a54b7807c55c5ff61e02aadd4a502
-SHA512 (R/DBI_0.7.tar.gz) = 4daa6092bcaba33cb58bfe18ae839ababab455fbf40ad905aca87218b134a4f9fcc022765ee6d1d8698b6046575c0b32cabeba8c25d3a83eda02d00455a98dec
-Size (R/DBI_0.7.tar.gz) = 613174 bytes
+SHA1 (R/DBI_0.8.tar.gz) = b681be1ec9df4ca52de7be091b975b57ddf698c8
+RMD160 (R/DBI_0.8.tar.gz) = 83d84a82cf08ef56ce03e6c1aff8955bd6d011c0
+SHA512 (R/DBI_0.8.tar.gz) = cf67dbc25f0bed22bbed20b58811388fa030392be5add89afdc661c3d5247999c788f77fb29dc2c9faa379a7805ef0b87b1177129457cbbd80c2a5b00dc43ea7
+Size (R/DBI_0.8.tar.gz) = 882776 bytes
Home |
Main Index |
Thread Index |
Old Index