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:           Thu Apr 29 08:16:04 UTC 2021

Modified Files:
        pkgsrc/devel/R-rlang: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-rlang/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/devel/R-rlang/Makefile:1.11
--- pkgsrc/devel/R-rlang/Makefile:1.10  Fri Jan  1 03:24:52 2021
+++ pkgsrc/devel/R-rlang/Makefile       Thu Apr 29 08:16:04 2021
@@ -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 @@ LICENSE=      gnu-gpl-v3
 
 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
 

Index: pkgsrc/devel/R-rlang/distinfo
diff -u pkgsrc/devel/R-rlang/distinfo:1.8 pkgsrc/devel/R-rlang/distinfo:1.9
--- pkgsrc/devel/R-rlang/distinfo:1.8   Fri Jan  1 03:24:52 2021
+++ pkgsrc/devel/R-rlang/distinfo       Thu Apr 29 08:16:04 2021
@@ -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