Skip to content

Commit

Permalink
(devel/R-evaluate) Update 0.19 to 0.21
Browse files Browse the repository at this point in the history
Version 0.21
================================================================================

- `evaluate()` gains `log_echo` and `log_warning` arguments. When set to `TRUE`
  these cause code and warnings (respectively) to be immediately emitted to
  `stderr()`. This is useful for logging in unattended environments (#118).

- Improved the error message when users accidentally called
  `closeAllConnections()` (thanks, @guslipkin,
  quarto-dev/quarto-cli#5214).

Version 0.20
================================================================================

- The arguments `keep_message` and `keep_warning` of `evaluate()` can
  take the value `NA` now, which means `evaluate()` will not capture
  the messages and they will be sent to the console. This is
  equivalent to the `FALSE` value before v0.19 (thanks, @gadenbuie,
  yihui/yihui.org#1458).
  • Loading branch information
mef committed Jun 11, 2023
1 parent e23c338 commit ac15c4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-evaluate/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.10 2022/12/18 01:29:20 mef Exp $
# $NetBSD: Makefile,v 1.11 2023/06/11 15:08:17 mef Exp $

R_PKGNAME= evaluate
R_PKGVER= 0.19
R_PKGVER= 0.21
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions devel/R-evaluate/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2022/12/18 01:29:20 mef Exp $
$NetBSD: distinfo,v 1.12 2023/06/11 15:08:17 mef Exp $

BLAKE2s (R/evaluate_0.19.tar.gz) = 4eae6c6c184548a72b306cfc000d3c05b1922edaba9eac4093c320907edab8f5
SHA512 (R/evaluate_0.19.tar.gz) = d399cc755fce73f85872333f0efdbb97d854887640bff708e56d41e932d4bc941b37ab1025aadfd60ff803a1097671405f138738e88d324ebdb1cc9fbdd3afd1
Size (R/evaluate_0.19.tar.gz) = 26394 bytes
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

0 comments on commit ac15c4c

Please sign in to comment.