pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/R-bench



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jan 29 12:07:12 UTC 2025

Modified Files:
        pkgsrc/benchmarks/R-bench: Makefile distinfo

Log Message:
(benchmarks/R-bench) Updated 1.1.3 to 1.1.4

# bench 1.1.4

* `press()` gains a new `.quiet` argument to silence progress messages (#145).

* The `.grid` argument of `press()` now subsets data.frames and tibbles
  consistently (#142).

* `bench_time_trans()` and `bench_bytes_trans()` once again apply pretty
  breaks correctly (#140, @plietar, @simonpcouch).

* R >=4.0.0 is now required, which is aligned with tidyverse standards.

* Switched to modern ggplot2 conventions internally (#141, @olivroy).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/benchmarks/R-bench/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/benchmarks/R-bench/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/R-bench/Makefile
diff -u pkgsrc/benchmarks/R-bench/Makefile:1.3 pkgsrc/benchmarks/R-bench/Makefile:1.4
--- pkgsrc/benchmarks/R-bench/Makefile:1.3      Sat Jun 17 13:53:52 2023
+++ pkgsrc/benchmarks/R-bench/Makefile  Wed Jan 29 12:07:12 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/06/17 13:53:52 mef Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/29 12:07:12 mef Exp $
 
 R_PKGNAME=     bench
-R_PKGVER=      1.1.3
+R_PKGVER=      1.1.4
 CATEGORIES=    benchmarks
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,6 +14,8 @@ DEPENDS+=     R-rlang>=0.2.0:../../devel/R-r
 DEPENDS+=      R-tibble>=3.0.1:../../math/R-tibble
 DEPENDS+=      R-pillar>=1.6.2:../../misc/R-pillar
 
+# Packages suggested but not available: 'ggbeeswarm', 'ggridges'
+
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
 TEST_DEPENDS+= R-forcats-[0-9]*:../../math/R-forcats

Index: pkgsrc/benchmarks/R-bench/distinfo
diff -u pkgsrc/benchmarks/R-bench/distinfo:1.2 pkgsrc/benchmarks/R-bench/distinfo:1.3
--- pkgsrc/benchmarks/R-bench/distinfo:1.2      Sat Jun 17 13:53:52 2023
+++ pkgsrc/benchmarks/R-bench/distinfo  Wed Jan 29 12:07:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/06/17 13:53:52 mef Exp $
+$NetBSD: distinfo,v 1.3 2025/01/29 12:07:12 mef Exp $
 
-BLAKE2s (R/bench_1.1.3.tar.gz) = 53faf928746887ae91c788f5111ec60224533a4fef56da0a7063959f341120fb
-SHA512 (R/bench_1.1.3.tar.gz) = 864739cc0ecebfa5aeb00135ed0973d431ca744dc36d4bb4fcb8c3fb45e6065879c06aa600e351e64e671e917e242ee6a672dffeeefac2fa041e8d5140738599
-Size (R/bench_1.1.3.tar.gz) = 314057 bytes
+BLAKE2s (R/bench_1.1.4.tar.gz) = c9883da26ec8c405fba698644bf5a45e9cf64671beecee11b23adbc2430e2629
+SHA512 (R/bench_1.1.4.tar.gz) = 653fd332ccc06be55504e8d0c44b65680bf4ae12d240e5bcbe45beb1eb591407bf46d03c8fc5bf54191eb47962ebc729b032b7759960f34bb638e806602f8dbd
+Size (R/bench_1.1.4.tar.gz) = 316570 bytes



Home | Main Index | Thread Index | Old Index