Skip to content

Commit 7ed169f

Browse files
author
mef
committed
(devel/R-evaluate) Updated 0.15 to 0.19
Version 0.19 ================================================================================ - In `evaluate()`, `keep_message` and `keep_warning` will completely drop messages and warnings, respectively, when their values are `FALSE`. Previously messages would still be emitted (to the console) even if they take `FALSE` values. - Fixed the bug that `parse_all()` fails with line directives (thanks, @ArcadeAntics, NetBSD#114). Version 0.18 ================================================================================ - Fixed tests that were still using the deprecated `ggplot2::qplot()`. Version 0.17 ================================================================================ - Adapted a unit test to the next version of **ggplot2** (thanks, @thomasp85, NetBSD#113). Version 0.16 ================================================================================ - Fixed a bug that an empty **ggplot2** plot could be recorded and incorrectly saved (thanks, @sjspielman, rstudio/rmarkdown#2363).
1 parent 7e6f3f9 commit 7ed169f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devel/R-evaluate/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.9 2022/04/16 06:04:38 mef Exp $
1+
# $NetBSD: Makefile,v 1.10 2022/12/18 01:29:20 mef Exp $
22

33
R_PKGNAME= evaluate
4-
R_PKGVER= 0.15
4+
R_PKGVER= 0.19
55
CATEGORIES= devel
66

77
MAINTAINER= pkgsrc-users@NetBSD.org

devel/R-evaluate/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.10 2022/04/16 06:04:38 mef Exp $
1+
$NetBSD: distinfo,v 1.11 2022/12/18 01:29:20 mef Exp $
22

3-
BLAKE2s (R/evaluate_0.15.tar.gz) = 27ea27a14dea3053e8b65ec81065e6f235b23132bc982b22aa9a69a21659daf4
4-
SHA512 (R/evaluate_0.15.tar.gz) = b33fe9e43c4efaf7d8bbe69936f3c77feaf14fe30695ce166e32624dddb101133fca8af05a757d049638eda70c11707bc40a56f7c8ae385d707f1281bdf582ee
5-
Size (R/evaluate_0.15.tar.gz) = 25617 bytes
3+
BLAKE2s (R/evaluate_0.19.tar.gz) = 4eae6c6c184548a72b306cfc000d3c05b1922edaba9eac4093c320907edab8f5
4+
SHA512 (R/evaluate_0.19.tar.gz) = d399cc755fce73f85872333f0efdbb97d854887640bff708e56d41e932d4bc941b37ab1025aadfd60ff803a1097671405f138738e88d324ebdb1cc9fbdd3afd1
5+
Size (R/evaluate_0.19.tar.gz) = 26394 bytes

0 commit comments

Comments
 (0)