Path to this page:
Subject: CVS commit: pkgsrc/devel/R-rlang
From: Makoto Fujiwara
Date: 2024-01-22 23:54:14
Message id: 20240122225414.7C90BFA42@cvs.NetBSD.org
Log Message:
(devel/R-rlang) Updated 1.1.1 to 1.1.3
# rlang 1.1.3
* Fix for CRAN checks.
* `%||%` is now reexported from base on newer R versions. This avoids
conflict messages when attaching or importing rlang.
# rlang 1.1.2
* Fixed an off-by-one typo in the traceback source column location (#1633).
* `abort()` now respects the base R global option,
`options(show.error.messages = FALSE)` (#1630).
* `obj_type_friendly()` now only displays the first class of S3
objects (#1622).
* `expr_label()` now has back-compatility with respect to changes made
by R version 4.4 and `is.atomic(NULL)` (#1655)
* Performance improvement in `.rlang_cli_compat()` (#1657).
Files: