(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).
This commit is contained in:
mef 2024-01-20 06:21:37 +00:00
parent c093eb59b7
commit 05778e44ae
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.11 2023/06/11 15:08:17 mef Exp $
# $NetBSD: Makefile,v 1.12 2024/01/20 06:21:37 mef Exp $
R_PKGNAME= evaluate
R_PKGVER= 0.21
R_PKGVER= 0.23
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org

View File

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