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) Updated 1.1.1 to 1.1.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/0085eda722f5
branches: trunk
changeset: 390258:0085eda722f5
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 18 06:46:43 2022 +0000
description:
(math/R-DBI) Updated 1.1.1 to 1.1.3
# DBI 1.1.3 (2022-06-18)
## Features
- `dbAppendTable()` accepts `Id` (#381, @renkun-ken).
## Documentation
- `?dbSendQuery` and related methods gain a section "The data
retrieval flow" (#386).
- `?dbSendStatement` and related methods gain a section "The command
execution flow" (#386).
# DBI 1.1.2 (2021-12-19)
## Features
- Use `dbQuoteLiteral()` in default method for `sqlData()` (#362, #371).
- Update specification with changes from DBItest 1.7.2 (#367).
## Documentation
- The pkgdown documentation for DBI generics (e.g. `?dbConnect`)
contains clickable links to all known backends (except ROracle), and
an explanatory sentence (#360).
- `?Id` gains better examples (#295, #370).
- Elaborate on status of `dbWriteTable()` in the documentation (#352,
#372).
- Make method definition more similar to S3. All `setMethod()` calls
refer to top-level functions (#368).
- `?dbReadTable` and other pages gain pointers to `Id()` and `SQL()` (#359).
diffstat:
math/R-DBI/Makefile | 7 ++++---
math/R-DBI/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 2086ea0b3624 -r 0085eda722f5 math/R-DBI/Makefile
--- a/math/R-DBI/Makefile Sun Dec 18 06:22:45 2022 +0000
+++ b/math/R-DBI/Makefile Sun Dec 18 06:46:43 2022 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2021/04/29 05:56:34 wen Exp $
+# $NetBSD: Makefile,v 1.11 2022/12/18 06:46:43 mef Exp $
R_PKGNAME= DBI
-R_PKGVER= 1.1.1
-CATEGORIES= math
+R_PKGVER= 1.1.3
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= R database interface
LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
+# Packages suggested but not available: 'DBItest', 'RMariaDB'
+
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
diff -r 2086ea0b3624 -r 0085eda722f5 math/R-DBI/distinfo
--- a/math/R-DBI/distinfo Sun Dec 18 06:22:45 2022 +0000
+++ b/math/R-DBI/distinfo Sun Dec 18 06:46:43 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:55:21 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/12/18 06:46:43 mef Exp $
-BLAKE2s (R/DBI_1.1.1.tar.gz) = 10abe7520533325d4250ab381465cdb260067d173545c8b8cd89de7e814a8c77
-SHA512 (R/DBI_1.1.1.tar.gz) = 5f6f23993d517fb381ef61de47aabc3e70d308d37c54b8416c85a64ce2576ac2860b17e7965a932d9555f854c69ee940d2c3fc63df935c6e1ea1157347e24730
-Size (R/DBI_1.1.1.tar.gz) = 743802 bytes
+BLAKE2s (R/DBI_1.1.3.tar.gz) = 1c9a88877b8dec54b2dc634f3f1e53f7f73a67322c70b5c485b86a506967a7b7
+SHA512 (R/DBI_1.1.3.tar.gz) = 48d5d2c152f512ebf36c98fad97dcbb6987b485d1843fa5245158abe21714649f4bf30d855dc07195157a5a18601573494fcdb1354f0362330f63ccabdb47fd9
+Size (R/DBI_1.1.3.tar.gz) = 730243 bytes
Home |
Main Index |
Thread Index |
Old Index