pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-cli
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 20 05:43:37 UTC 2024
Modified Files:
pkgsrc/devel/R-cli: Makefile distinfo
Log Message:
(devel/R-cli) Updated 3.6.1 to 3.6.2
# cli 3.6.2
* `ansi_collapse(x, trunc = 1, style = "head")` now indeed shows one
element if `length(x) == 2`, as documented (@salim-b, #572).
* `ansi_collapse()` gains a `sep2` argument to specify a seperate separator
for length-two inputs. It defaults to `" and "` which, in conjunction with
the other defaults, produces a collapsed string that fully adheres to the
[serial comma](https://en.wikipedia.org/wiki/Serial_comma) rules.
(@salim-b, #569)
* `ansi_string()` is now an exported function (@multimeric, #573).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/R-cli/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/R-cli/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-cli/Makefile
diff -u pkgsrc/devel/R-cli/Makefile:1.16 pkgsrc/devel/R-cli/Makefile:1.17
--- pkgsrc/devel/R-cli/Makefile:1.16 Sun Jun 18 13:55:09 2023
+++ pkgsrc/devel/R-cli/Makefile Sat Jan 20 05:43:37 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2023/06/18 13:55:09 mef Exp $
+# $NetBSD: Makefile,v 1.17 2024/01/20 05:43:37 mef Exp $
R_PKGNAME= cli
-R_PKGVER= 3.6.1
+R_PKGVER= 3.6.2
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
@@ -30,6 +30,7 @@ TEST_DEPENDS+= R-rlang-[0-9]*:../../deve
USE_LANGUAGES= c
REPLACE_RSCRIPT+= inst/examples/apps/*.R
+REPLACE_RSCRIPT+= exec/*.R
REPLACE_RSCRIPT+= inst/scripts/*.R
REPLACE_INTERPRETER+= Rscript
Index: pkgsrc/devel/R-cli/distinfo
diff -u pkgsrc/devel/R-cli/distinfo:1.14 pkgsrc/devel/R-cli/distinfo:1.15
--- pkgsrc/devel/R-cli/distinfo:1.14 Sun Jun 18 13:55:09 2023
+++ pkgsrc/devel/R-cli/distinfo Sat Jan 20 05:43:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/06/18 13:55:09 mef Exp $
+$NetBSD: distinfo,v 1.15 2024/01/20 05:43:37 mef Exp $
-BLAKE2s (R/cli_3.6.1.tar.gz) = 4265031493f22b1ff19f680c781b113586b0f09724d91007cf7ab96ccc149410
-SHA512 (R/cli_3.6.1.tar.gz) = 608826c3b36a8eaf77335eb12741d625837a0d2c4544c0d6647cbe71f92aac53eaf692e2389145de65cc009ba482de42965e504b7f0ed141b83964dbb16c46d6
-Size (R/cli_3.6.1.tar.gz) = 567293 bytes
+BLAKE2s (R/cli_3.6.2.tar.gz) = 0ff8f284fff4a00e81a21582b2f16f39ee8f95248f1197d882f5d48766bc4ad8
+SHA512 (R/cli_3.6.2.tar.gz) = e8e82b9b0964f4988e4cdc6c89a193a9080f2118e36b30c0601f3cc17a3f8269af60eac519c61b3eda672bd7c06d11338eabba631511e499dd62d954a0a4c806
+Size (R/cli_3.6.2.tar.gz) = 569771 bytes
Home |
Main Index |
Thread Index |
Old Index