pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-rlang Update to 0.3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b61c799dcca5
branches:  trunk
changeset: 322045:b61c799dcca5
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Apr 07 12:58:15 2019 +0000

description:
Update to 0.3.4

Upstream changes:
rlang 0.3.4

    Fixed a unit test that failed on the Solaris CRAN machine.

rlang 0.3.3

    Fixed an issue in knitr that caused backtraces to print even when error = TRUE.

    maybe_missing() gains a default argument.

rlang 0.3.2

    Fixed protection issue reported by rchk.

    The experimental option rlang__backtrace_on_error is no longer experimental and has been renamed to rlang_backtrace_on_error.

    New ?none? option for rlang_backtrace_on_error.

    Unary operators applied to quosures now give better error messages.

    Fixed issue with backtraces of warnings promoted to error, and entraced via withCallingHandlers(). The issue didn?t affect entracing via top level options(error = rlang::entrace) handling.

diffstat:

 devel/R-rlang/Makefile |   4 ++--
 devel/R-rlang/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 65d4cd06fc75 -r b61c799dcca5 devel/R-rlang/Makefile
--- a/devel/R-rlang/Makefile    Sun Apr 07 12:37:09 2019 +0000
+++ b/devel/R-rlang/Makefile    Sun Apr 07 12:58:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/01/27 14:59:18 wen Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/07 12:58:15 wen Exp $
 
 CATEGORIES=    devel
 
@@ -8,7 +8,7 @@
 LICENSE=       gnu-gpl-v3
 
 R_PKGNAME=     rlang
-R_PKGVER=      0.3.1
+R_PKGVER=      0.3.4
 
 USE_LANGUAGES= c
 
diff -r 65d4cd06fc75 -r b61c799dcca5 devel/R-rlang/distinfo
--- a/devel/R-rlang/distinfo    Sun Apr 07 12:37:09 2019 +0000
+++ b/devel/R-rlang/distinfo    Sun Apr 07 12:58:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/27 14:59:18 wen Exp $
+$NetBSD: distinfo,v 1.4 2019/04/07 12:58:15 wen Exp $
 
-SHA1 (R/rlang_0.3.1.tar.gz) = fdc160a4c605ffa2168f22152fa0d11d025674f5
-RMD160 (R/rlang_0.3.1.tar.gz) = 3932b55c81a8f362b67f31923853f7bfa833ed86
-SHA512 (R/rlang_0.3.1.tar.gz) = 0ac7063bd8e52dafb54dee7828f8f9025b1eff4c5baee3b78c7abc9432ae12748e91dd2611d612e13697e5d5a9dae49d96897636bacf0156153487309db7d769
-Size (R/rlang_0.3.1.tar.gz) = 857682 bytes
+SHA1 (R/rlang_0.3.4.tar.gz) = b91c413e7f217c4e9a12d545f0c250d090469719
+RMD160 (R/rlang_0.3.4.tar.gz) = adee5db1f12f5cf638328dc6a5c88e067de1f7ec
+SHA512 (R/rlang_0.3.4.tar.gz) = e83a2b4aa5da4f2e5ec4f3d71d81ae4b574832d5f5d8ee68760af0f60b7a7a1d70235bf6a6467ebac32613abe7b30f867536d59621eb15229d05b5c0645a007f
+Size (R/rlang_0.3.4.tar.gz) = 858992 bytes



Home | Main Index | Thread Index | Old Index