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:           Sun Feb 16 00:05:43 UTC 2025

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

Log Message:
(devel/R-cli) Updated 3.6.3 to 3.6.4

# cli 3.6.4

* Pluralization now handles edge cases (`NA`, `NaN`, `Inf` and `-Inf`)
  better (@rundel, #716).

* The URI generated for `.file`, `.run`, `.help` and `.vignette` hyperlinks
  can now be configured via options and env vars (@jennybc, #739, #744).

* `cli_progress_bar()` now accepts `total` = Inf or -Inf which mimics the
  behavior of when `total` is NA (@LouisMPenrod, #630).

* `num_ansi_colors()` now does not warn in Emacs if the `INSIDE_EMACS`
  environment variable is not a proper version number (@rundel, #689).

* `ansi_collapse()` and inline collapsing now uses `last` as the separator
  (without the serial comma) for two-element vectors if `sep2` is not
  given (@rundel, #681).

* `ansi_collapse()` is now correct for length-1 vectors with style "head"
  if width is specified (@rundel, #590).

* New `hash_xxhash()` etc. functions to calculate the xxHash of strings,
  raw vectors, objects, files.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/R-cli/Makefile
cvs rdiff -u -r1.16 -r1.17 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.18 pkgsrc/devel/R-cli/Makefile:1.19
--- pkgsrc/devel/R-cli/Makefile:1.18    Sat Sep 21 10:53:07 2024
+++ pkgsrc/devel/R-cli/Makefile Sun Feb 16 00:05:43 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2024/09/21 10:53:07 mef Exp $
+# $NetBSD: Makefile,v 1.19 2025/02/16 00:05:43 mef Exp $
 
 R_PKGNAME=     cli
-R_PKGVER=      3.6.3
+R_PKGVER=      3.6.4
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -13,21 +13,23 @@ DEPENDS+=   R-crayon>=1.3.4:../../devel/R-
 DEPENDS+=      R-fansi-[0-9]*:../../devel/R-fansi
 DEPENDS+=      R-glue-[0-9]*:../../devel/R-glue
 
-# Package suggested but not available: 'asciicast'
-
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
 TEST_DEPENDS+= R-prettycode-[0-9]*:../../devel/R-prettycode
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
-TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 TEST_DEPENDS+= R-glue>=1.6.0:../../devel/R-glue
 TEST_DEPENDS+= R-htmlwidgets-[0-9]*:../../www/R-htmlwidgets
 TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
 TEST_DEPENDS+= R-whoami-[0-9]*:../../devel/R-whoami
 TEST_DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
 
+# !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
 

Index: pkgsrc/devel/R-cli/distinfo
diff -u pkgsrc/devel/R-cli/distinfo:1.16 pkgsrc/devel/R-cli/distinfo:1.17
--- pkgsrc/devel/R-cli/distinfo:1.16    Sat Sep 21 10:53:07 2024
+++ pkgsrc/devel/R-cli/distinfo Sun Feb 16 00:05:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/09/21 10:53:07 mef Exp $
+$NetBSD: distinfo,v 1.17 2025/02/16 00:05:43 mef Exp $
 
-BLAKE2s (R/cli_3.6.3.tar.gz) = 60d33584950a0e614e568d03a26ecb72b7701d45703c9af1202761cdc171f940
-SHA512 (R/cli_3.6.3.tar.gz) = d7f5eac9a4cbcbd4174d979b1c5fa719070bcee80c6aca1c003092290e0749e4a7ce407bf7db8365a05dc4fdb0920a8878f509c995313722ac893c3d2f99e05b
-Size (R/cli_3.6.3.tar.gz) = 568162 bytes
+BLAKE2s (R/cli_3.6.4.tar.gz) = c8ef98adecaa37a6677c41ba8cb0a9927e308d9a9c82562923e85a9b68637828
+SHA512 (R/cli_3.6.4.tar.gz) = bf366acb178ab987f9d7c4041546c4af4e830588484073c12d5b5ce8cdd4bee05279b39361ca540e682867a185854cf8803aff1cfe66da6875a39c62e349de1f
+Size (R/cli_3.6.4.tar.gz) = 637550 bytes



Home | Main Index | Thread Index | Old Index