pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-rlang
Module Name: pkgsrc
Committed By: wen
Date: Sun Apr 7 12:58:15 UTC 2019
Modified Files:
pkgsrc/devel/R-rlang: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-rlang/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-rlang/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-rlang/Makefile
diff -u pkgsrc/devel/R-rlang/Makefile:1.4 pkgsrc/devel/R-rlang/Makefile:1.5
--- pkgsrc/devel/R-rlang/Makefile:1.4 Sun Jan 27 14:59:18 2019
+++ pkgsrc/devel/R-rlang/Makefile Sun Apr 7 12:58:15 2019
@@ -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 @@ COMMENT= Functions for base types, core
LICENSE= gnu-gpl-v3
R_PKGNAME= rlang
-R_PKGVER= 0.3.1
+R_PKGVER= 0.3.4
USE_LANGUAGES= c
Index: pkgsrc/devel/R-rlang/distinfo
diff -u pkgsrc/devel/R-rlang/distinfo:1.3 pkgsrc/devel/R-rlang/distinfo:1.4
--- pkgsrc/devel/R-rlang/distinfo:1.3 Sun Jan 27 14:59:18 2019
+++ pkgsrc/devel/R-rlang/distinfo Sun Apr 7 12:58:15 2019
@@ -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