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: mef
Date: Thu May 21 13:29:27 UTC 2026
Modified Files:
pkgsrc/devel/R-rlang: Makefile distinfo
Log Message:
(devel/R-rlang) Updated 1.1.6 to 1.2.0
# rlang 1.2.0
* rlang and tidyeval are now fully backed by official C APIs of R!
Thanks to the R core team for collaborating with us on this.
* `ns_registry_env()` is defunct in R >= 4.6.0 for compliance with the
C API of R.
* New type-checking functions exported from rlang: `check_bool()`,
`check_string()`, `check_name()`, `check_number_decimal()`,
`check_number_whole()`, and `check_data_frame()`. These were
previously only available via the `standalone-types-check.R`
standalone file. `stop_input_type()` is also now exported.
* Fixed a protection issue discovered by rchk (#1865).
# rlang 1.1.7
* Progress towards making rlang conformant with the public C API of R.
* R >=4.0.0 is now required. This is still more permissive than the
general tidyverse policy of supporting the [5 most recent versions
of R](https://tidyverse.org/blog/2019/04/r-version-support/).
* `list2()` is now a little faster (#1837).
* New `%&&%` operator that returns RHS when LHS is non-NULL (#1774,
@snystrom).
* C code no longer calls `memcpy()` and `memset()` on 0-length R
object memory (#1797).
* `is_syntactic_literal()` returns `FALSE` for objects with
attributes, such as `array(1)` or `factor("x")` (#1817,
@jonthegeek).
* `is_syntactic_literal()` returns `FALSE` for negative numbers and
complex numbers with negative imaginary components (#1799,
@jonthegeek).
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/R-rlang/Makefile \
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.19 pkgsrc/devel/R-rlang/Makefile:1.20
--- pkgsrc/devel/R-rlang/Makefile:1.19 Sun Jan 4 01:19:44 2026
+++ pkgsrc/devel/R-rlang/Makefile Thu May 21 13:29:27 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2026/01/04 01:19:44 mef Exp $
+# $NetBSD: Makefile,v 1.20 2026/05/21 13:29:27 mef Exp $
R_PKGNAME= rlang
-R_PKGVER= 1.1.6
+R_PKGVER= 1.2.0
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
Index: pkgsrc/devel/R-rlang/distinfo
diff -u pkgsrc/devel/R-rlang/distinfo:1.19 pkgsrc/devel/R-rlang/distinfo:1.20
--- pkgsrc/devel/R-rlang/distinfo:1.19 Sun Jan 4 01:19:44 2026
+++ pkgsrc/devel/R-rlang/distinfo Thu May 21 13:29:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2026/01/04 01:19:44 mef Exp $
+$NetBSD: distinfo,v 1.20 2026/05/21 13:29:27 mef Exp $
-BLAKE2s (R/rlang_1.1.6.tar.gz) = 9840aa400daaf7a7553a48d446fa71d88deab6c0ea027a7a00372eea82c8d0eb
-SHA512 (R/rlang_1.1.6.tar.gz) = b9f1de7c0f9f05ca0a33592e716db7beca4bbad5e4e5113d907af362ec3db7479984a817e8dd4cb830d94f016964b14ddb1fb76fa044941e02c4630f4ba92646
-Size (R/rlang_1.1.6.tar.gz) = 767928 bytes
+BLAKE2s (R/rlang_1.2.0.tar.gz) = 26f08b2f579a2f8495186b16bd4e4306b7dca55acdf6a699b8a85aec6804a301
+SHA512 (R/rlang_1.2.0.tar.gz) = 42b9230fb95502496c22709054008284809013f64db200df61984551883576c25bd5b0535480dd5a2a96c86441c77e231c3e8a62162746140b5441b81b1422ba
+Size (R/rlang_1.2.0.tar.gz) = 780860 bytes
Home |
Main Index |
Thread Index |
Old Index