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 Dec 17 23:48:27 UTC 2022
Modified Files:
pkgsrc/devel/R-R.utils: Makefile distinfo
Log Message:
(devel/R-R.utils) Updated 2.11.0 to 2.12.2
# Version 2.12.2 [2022-11-11]
## Documentation
* Drop duplicated arguments from `help("parse.SmartComments")`.
## Deprecated and Defunct
* S3 method `warnings()` for `Verbose`, and the corresponding generic
function, has been deprecated in favor of the `printWarnings()`.
# Version 2.12.1 [2022-10-30]
## Documentation
* Documented the limitation that `withTimeout()` may fail to detect
the timeout error if the language is temporarily switched during
evaluation.
* Updated moved and broken URLs in help pages.
## Bug Fixes()
* `filePath()` could produce `Error in if (components[pos] == ".." &&
components[pos - 1L] != "..") { : missing value where TRUE/FALSE
needed` when there were too many `..` components in the specified
path, e.g. `filePath("C:/foo/../bar/../..")`. Now it returns the
maximum pruned path, e.g. `"C:/.."`.
* `withTimeout()` did not return NULL on timeouts when `onTimeout`
was `"warning"` or `"silent"`.
* `parseRepos()` would produce `"Error in get(".read_repositories",
envir = ns) : object '.read_repositories' not found"` in
R-devel (>= rev 83148).
# Version 2.12.0 [2022-06-27]
## New Features
* Added support for lists and data frames to `tempvar()`.
## Deprecated and Defunct
* Remove defunct `Asserts$inherits()` and S3 generic
`inherits()`. Use `Asserts$inheritsFrom()` instead.
* Remove defunct argument `substitute` from `withCapture()`. Use
argument `replace` instead.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-R.utils/Makefile \
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.4 pkgsrc/devel/R-R.utils/Makefile:1.5
--- pkgsrc/devel/R-R.utils/Makefile:1.4 Sun Nov 28 01:03:28 2021
+++ pkgsrc/devel/R-R.utils/Makefile Sat Dec 17 23:48:27 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2021/11/28 01:03:28 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/17 23:48:27 mef Exp $
R_PKGNAME= R.utils
-R_PKGVER= 2.11.0
+R_PKGVER= 2.12.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-R.utils/distinfo
diff -u pkgsrc/devel/R-R.utils/distinfo:1.4 pkgsrc/devel/R-R.utils/distinfo:1.5
--- pkgsrc/devel/R-R.utils/distinfo:1.4 Sat Nov 27 22:39:02 2021
+++ pkgsrc/devel/R-R.utils/distinfo Sat Dec 17 23:48:27 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/11/27 22:39:02 mef Exp $
+$NetBSD: distinfo,v 1.5 2022/12/17 23:48:27 mef Exp $
-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
+BLAKE2s (R/R.utils_2.12.2.tar.gz) = 3b4e7c6c1247d21d1558bc04109fd60c390f3113ac44352bcaf2f82cfd421d2a
+SHA512 (R/R.utils_2.12.2.tar.gz) = 39ff53c16bc1169a7a42e954c4054252da629f11088bc2a5f62fa7c8954056263886230aa526edeb80fd9c2e8db7e175313ac632802132d7bf15cd4bc5822e46
+Size (R/R.utils_2.12.2.tar.gz) = 365876 bytes
Home |
Main Index |
Thread Index |
Old Index