diff options
author | minskim <minskim@pkgsrc.org> | 2018-04-10 01:02:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-04-10 01:02:24 +0000 |
commit | 14576bed46229c0a41800c2a24e6db3d9ec5af6d (patch) | |
tree | 280aa7ecf703b98bc1ad74c02bf51124c474ea14 /math | |
parent | f8b433a9512a349fbf28578ccdfe441a34c1ae38 (diff) | |
download | pkgsrc-14576bed46229c0a41800c2a24e6db3d9ec5af6d.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/R-DBI/DESCR | 2 | ||||
-rw-r--r-- | math/R-DBI/Makefile | 10 | ||||
-rw-r--r-- | math/R-DBI/distinfo | 10 |
3 files changed, 12 insertions, 10 deletions
diff --git a/math/R-DBI/DESCR b/math/R-DBI/DESCR index efe1b18a8f4..1fc45831917 100644 --- a/math/R-DBI/DESCR +++ b/math/R-DBI/DESCR @@ -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 --git a/math/R-DBI/Makefile b/math/R-DBI/Makefile index a848bf8a6bf..7acc5b29fa8 100644 --- a/math/R-DBI/Makefile +++ b/math/R-DBI/Makefile @@ -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 -HOMEPAGE= ${R_HOMEPAGE_BASE}/DBI/ +MAINTAINER= minskim@NetBSD.org +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 --git a/math/R-DBI/distinfo b/math/R-DBI/distinfo index 7c53b5fda15..4ddec4aa9ab 100644 --- a/math/R-DBI/distinfo +++ b/math/R-DBI/distinfo @@ -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 |