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.4.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cde7904e0bf
branches:  trunk
changeset: 451615:0cde7904e0bf
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Apr 29 08:16:04 2021 +0000

description:
Update to 0.4.10
Fix a typo

Upstream changes:
rlang 0.4.10

    New hash() function to generate 128-bit hashes for arbitrary R objects using the xxHash library. The implementation is modeled after xxhashlite, created by @coolbutuseless.

    New check_installed() function. Unlike is_installed(), it asks the user whether to install missing packages. If the user accepts, the packages are installed with pak::pkg_install() if available, 
or utils::install.packages() otherwise. If the session is non interactive or if the user chooses not to install the packages, the current evaluation is aborted (#1075).

    rlang is now licensed as MIT (#1063).

    Fixed an issue causing extra empty lines in inform() messages with .frequency (#1076, @schloerke).

    expr_deparse() now correctly wraps code using :: and ::: (#1072, @krlmlr).

diffstat:

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

diffs (37 lines):

diff -r 93ee4d7c83c3 -r 0cde7904e0bf devel/R-rlang/Makefile
--- a/devel/R-rlang/Makefile    Thu Apr 29 07:55:06 2021 +0000
+++ b/devel/R-rlang/Makefile    Thu Apr 29 08:16:04 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2021/01/01 03:24:52 mef Exp $
+# $NetBSD: Makefile,v 1.11 2021/04/29 08:16:04 wen Exp $
 
 R_PKGNAME=     rlang
-R_PKGVER=      0.4.9
+R_PKGVER=      0.4.10
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -10,7 +10,7 @@
 
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
-#EST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 
 USE_LANGUAGES= c
 
diff -r 93ee4d7c83c3 -r 0cde7904e0bf devel/R-rlang/distinfo
--- a/devel/R-rlang/distinfo    Thu Apr 29 07:55:06 2021 +0000
+++ b/devel/R-rlang/distinfo    Thu Apr 29 08:16:04 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/01/01 03:24:52 mef Exp $
+$NetBSD: distinfo,v 1.9 2021/04/29 08:16:04 wen Exp $
 
-SHA1 (R/rlang_0.4.9.tar.gz) = e6be9cdd95608dc1ceb04bdca46084f0e2e17af4
-RMD160 (R/rlang_0.4.9.tar.gz) = 5488e89c3167ae27119dc4d7e8e3a56af7ef6721
-SHA512 (R/rlang_0.4.9.tar.gz) = cf8d1c12918449dc0104bc27e76a13057b68d3f8bd31c06ddbf2df811ee366cc34287cad69d6d695bfedddc85b9dd6e0fe9d6878cf130a295c15cebc075d362a
-Size (R/rlang_0.4.9.tar.gz) = 865299 bytes
+SHA1 (R/rlang_0.4.10.tar.gz) = df2a3366074ddfd133db7ad1df071e83753fbd26
+RMD160 (R/rlang_0.4.10.tar.gz) = 84057025545fad36da3ec2951e2c81f6aa60ec6c
+SHA512 (R/rlang_0.4.10.tar.gz) = f251217a448c484941d34edf5cb0964ab34f552c303ad3793084c03e57e4b6024c32a810644d3b2ba9d3b989b850b676ed5a89376d14507bbd2365feb4c7db2d
+Size (R/rlang_0.4.10.tar.gz) = 915685 bytes



Home | Main Index | Thread Index | Old Index