Sat Jan 20 06:21:37 2024 UTC (128d)
(devel/R-evaluate) Updated 0.21 to 0.23, make test passed

Version 0.23
================================================================================

- Prevent existing plots from leaking into `evaluate()` results
  (thanks, @dmurdoch, yihui/knitr#2297).

- If the environment variable `R_EVALUATE_BYPASS_MESSAGES` is set to
  true, the arguments `keep_message` and `keep_warning` of
  `evaluate()` will be set to `NA`, regardless of user input, which
  means messages and warnings will not be captured by
  `evaluate()`. This provides a possibility to force logging messages
  and warnings (thanks, @slodge, yihui/yihui.org#1458).

Version 0.22
================================================================================

- Fixed a problem in the internal function `plot_calls()` that made
  the examples of `recordGraphics` fail to run on its help page
  (thanks, Kurt Hornik).


(mef)
diff -r1.11 -r1.12 pkgsrc/devel/R-evaluate/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/R-evaluate/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/R-evaluate/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-evaluate/Makefile 2023/06/11 15:08:17 1.11
+++ pkgsrc/devel/R-evaluate/Makefile 2024/01/20 06:21:37 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2023/06/11 15:08:17 mef Exp $ 1# $NetBSD: Makefile,v 1.12 2024/01/20 06:21:37 mef Exp $
2 2
3R_PKGNAME= evaluate 3R_PKGNAME= evaluate
4R_PKGVER= 0.21 4R_PKGVER= 0.23
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Parsing and evaluation tools 8COMMENT= Parsing and evaluation tools
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr 11DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr
12 12
13TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 13TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
14TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2 14TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
15TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 15TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none

cvs diff -r1.12 -r1.13 pkgsrc/devel/R-evaluate/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-evaluate/distinfo 2023/06/11 15:08:17 1.12
+++ pkgsrc/devel/R-evaluate/distinfo 2024/01/20 06:21:37 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2023/06/11 15:08:17 mef Exp $ 1$NetBSD: distinfo,v 1.13 2024/01/20 06:21:37 mef Exp $
2 2
3BLAKE2s (R/evaluate_0.21.tar.gz) = fe9c477cbe42b16618ab5ef17c8113ccf67548943a90b9fc8fa9de9a71176e39 3BLAKE2s (R/evaluate_0.23.tar.gz) = 57bc914a0bd480b527a28d42cc998eec6f29c14adb38dc9aafa5cc1ae8aeb69e
4SHA512 (R/evaluate_0.21.tar.gz) = 78688b6885ec311f719727e7818f96ba258a4a6efc0aa4d52170c8c2f67f50b427c252795d180fcbb92a560d1399ba5d97f027506783e57edb1d25181fdff50f 4SHA512 (R/evaluate_0.23.tar.gz) = d08dabbb8d485e3e680d2746732550b9cd622826194e998a913c645dbfcf5910a2085d8faba93d720887cb6caa832f8adcb3102c0db08fcdaf1f14ebcacd3316
5Size (R/evaluate_0.21.tar.gz) = 35517 bytes 5Size (R/evaluate_0.23.tar.gz) = 28346 bytes