pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-evaluate (devel/R-evaluate) Updated 0.15 to 0.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f1221053616
branches:  trunk
changeset: 390201:8f1221053616
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 01:29:20 2022 +0000

description:
(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, #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, #113).

Version 0.16
================================================================================

- Fixed a bug that an empty **ggplot2** plot could be recorded and
  incorrectly saved (thanks, @sjspielman, rstudio/rmarkdown#2363).

diffstat:

 devel/R-evaluate/Makefile |  4 ++--
 devel/R-evaluate/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r cbd5834f6a77 -r 8f1221053616 devel/R-evaluate/Makefile
--- a/devel/R-evaluate/Makefile Sun Dec 18 01:25:02 2022 +0000
+++ b/devel/R-evaluate/Makefile Sun Dec 18 01:29:20 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/04/16 06:04:38 mef Exp $
+# $NetBSD: Makefile,v 1.10 2022/12/18 01:29:20 mef Exp $
 
 R_PKGNAME=     evaluate
-R_PKGVER=      0.15
+R_PKGVER=      0.19
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r cbd5834f6a77 -r 8f1221053616 devel/R-evaluate/distinfo
--- a/devel/R-evaluate/distinfo Sun Dec 18 01:25:02 2022 +0000
+++ b/devel/R-evaluate/distinfo Sun Dec 18 01:29:20 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/16 06:04:38 mef Exp $
+$NetBSD: distinfo,v 1.11 2022/12/18 01:29:20 mef Exp $
 
-BLAKE2s (R/evaluate_0.15.tar.gz) = 27ea27a14dea3053e8b65ec81065e6f235b23132bc982b22aa9a69a21659daf4
-SHA512 (R/evaluate_0.15.tar.gz) = b33fe9e43c4efaf7d8bbe69936f3c77feaf14fe30695ce166e32624dddb101133fca8af05a757d049638eda70c11707bc40a56f7c8ae385d707f1281bdf582ee
-Size (R/evaluate_0.15.tar.gz) = 25617 bytes
+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



Home | Main Index | Thread Index | Old Index