pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-R.utils (devel/R-R.utils) Updated 2.11.0 to 2....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cbc752d41f2
branches:  trunk
changeset: 390183:0cbc752d41f2
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Dec 17 23:48:27 2022 +0000

description:
(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.

diffstat:

 devel/R-R.utils/Makefile |  4 ++--
 devel/R-R.utils/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 1ddb560c62bf -r 0cbc752d41f2 devel/R-R.utils/Makefile
--- a/devel/R-R.utils/Makefile  Sat Dec 17 23:40:05 2022 +0000
+++ b/devel/R-R.utils/Makefile  Sat Dec 17 23:48:27 2022 +0000
@@ -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
diff -r 1ddb560c62bf -r 0cbc752d41f2 devel/R-R.utils/distinfo
--- a/devel/R-R.utils/distinfo  Sat Dec 17 23:40:05 2022 +0000
+++ b/devel/R-R.utils/distinfo  Sat Dec 17 23:48:27 2022 +0000
@@ -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