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: Mon Jan 22 22:54:14 UTC 2024
Modified Files:
pkgsrc/devel/R-rlang: Makefile distinfo
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).
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/R-rlang/Makefile:1.16
--- pkgsrc/devel/R-rlang/Makefile:1.15 Thu Jun 1 13:28:43 2023
+++ pkgsrc/devel/R-rlang/Makefile Mon Jan 22 22:54:14 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2023/06/01 13:28:43 mef Exp $
+# $NetBSD: Makefile,v 1.16 2024/01/22 22:54:14 mef Exp $
R_PKGNAME= rlang
-R_PKGVER= 1.1.1
+R_PKGVER= 1.1.3
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
@@ -15,8 +15,17 @@ TEST_DEPENDS+= R-pak-[0-9]*:../../devel/
TEST_DEPENDS+= R-pillar-[0-9]*:../../misc/R-pillar
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-usethis-[0-9]*:../../devel/R-usethis
TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-rlang/distinfo
diff -u pkgsrc/devel/R-rlang/distinfo:1.15 pkgsrc/devel/R-rlang/distinfo:1.16
--- pkgsrc/devel/R-rlang/distinfo:1.15 Thu Jun 1 13:28:43 2023
+++ pkgsrc/devel/R-rlang/distinfo Mon Jan 22 22:54:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/06/01 13:28:43 mef Exp $
+$NetBSD: distinfo,v 1.16 2024/01/22 22:54:14 mef Exp $
-BLAKE2s (R/rlang_1.1.1.tar.gz) = f9a513de2dc96a59d7525840dc080bb74d19ec835ec2c8f8a9dc06990ac0a890
-SHA512 (R/rlang_1.1.1.tar.gz) = 7d585dc7295a9f1dac66d2bb51c10ff46887e3334b156e6194932b4010d22ebd8cf176c62ef7766b480ca6375d39ab13e969aff3cbb26e615c913da0ece4f12b
-Size (R/rlang_1.1.1.tar.gz) = 762533 bytes
+BLAKE2s (R/rlang_1.1.3.tar.gz) = 6c3870193f45a1824d6cb8d8633260a9a5d152b93999dc298c39a9c997d53670
+SHA512 (R/rlang_1.1.3.tar.gz) = 41b85c35676359c761ee1f68caf711f0ff6037591362799557dadbaca7ccfb39fe59662156897afddc27b46589c4f0bd919910d4e6765b25f8d34cf4855b1306
+Size (R/rlang_1.1.3.tar.gz) = 763765 bytes
Home |
Main Index |
Thread Index |
Old Index