pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-R.utils
Module Name: pkgsrc
Committed By: mef
Date: Sat Nov 27 22:39:02 UTC 2021
Modified Files:
pkgsrc/devel/R-R.utils: Makefile distinfo
Log Message:
(devel/R-R.utils) Updated 2.10.1 to 2.11.0
Version: 2.11.0 [2021-09-25]
NEW FEATURES:
* Now insert() support duplicates in 'ats', which then results in the
corresponding 'values' being inserted in order at those duplicated indices.
* Relaxed insert() to accept a 'values' argument that is a list but not
necessarily a formal vector.
* Now queryRCmdCheck() sets environment variable R_CMD_CHECK=true if it
detects 'R CMD check' is running.
* Added format() for 'binmode'.
* hpaste() gained argument 'empty', which can be used to control what to
return in case the output is of length zero.
BUG FIXES:
* gcDLLs() produced a "In sprintf(...) : argument not used by format" warning
when giving an error message on what DLLs it failed to unload.
* Arguments$getVector() could produce an error on "argument is missing, with
no default" while trying to signal an assertion error.
* intToHex() and intToOct() would no longer pad with zero on recent R-devel
(to become R 4.2.0) versions.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-R.utils/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-R.utils/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-R.utils/Makefile
diff -u pkgsrc/devel/R-R.utils/Makefile:1.2 pkgsrc/devel/R-R.utils/Makefile:1.3
--- pkgsrc/devel/R-R.utils/Makefile:1.2 Wed Sep 8 00:27:17 2021
+++ pkgsrc/devel/R-R.utils/Makefile Sat Nov 27 22:39:02 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/09/08 00:27:17 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/11/27 22:39:02 mef Exp $
R_PKGNAME= R.utils
-R_PKGVER= 2.10.1
+R_PKGVER= 2.11.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-R.utils/distinfo
diff -u pkgsrc/devel/R-R.utils/distinfo:1.3 pkgsrc/devel/R-R.utils/distinfo:1.4
--- pkgsrc/devel/R-R.utils/distinfo:1.3 Tue Oct 26 10:14:01 2021
+++ pkgsrc/devel/R-R.utils/distinfo Sat Nov 27 22:39:02 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:01 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/11/27 22:39:02 mef Exp $
-BLAKE2s (R/R.utils_2.10.1.tar.gz) = b3dd0f91561657e1a1ab2e9dda42552857813f8cfed6e840fa6c4634398f863c
-SHA512 (R/R.utils_2.10.1.tar.gz) = 0c23cde5292d44579c42212392b380fe62a5d55b8f55a66cbb10df82d39525f964e2f6f53317ce296659617f2c7028006a6599b3dd257c432f1a33730d928a5a
-Size (R/R.utils_2.10.1.tar.gz) = 362269 bytes
+BLAKE2s (R/R.utils_2.11.0.tar.gz) = 97468a14823dabcb8d6c828945a6d984942a90f69736a0b9d5ad7822d25bf75e
+SHA512 (R/R.utils_2.11.0.tar.gz) = a5024a2203a47c19bc63e2feb7d833c4412d911e6a288817638d33e07372cd9f99f89fc769aefe508c6f4188cb5ca925e4673812cb50077c0ff264f314b3249b
+Size (R/R.utils_2.11.0.tar.gz) = 362860 bytes
Home |
Main Index |
Thread Index |
Old Index