Skip to content

Commit a8f1588

Browse files
author
mef
committed
(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).
1 parent 37839ea commit a8f1588

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

benchmarks/R-bench/Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.3 2023/06/17 13:53:52 mef Exp $
1+
# $NetBSD: Makefile,v 1.4 2025/01/29 12:07:12 mef Exp $
22

33
R_PKGNAME= bench
4-
R_PKGVER= 1.1.3
4+
R_PKGVER= 1.1.4
55
CATEGORIES= benchmarks
66

77
MAINTAINER= [email protected]
@@ -14,6 +14,8 @@ DEPENDS+= R-rlang>=0.2.0:../../devel/R-rlang
1414
DEPENDS+= R-tibble>=3.0.1:../../math/R-tibble
1515
DEPENDS+= R-pillar>=1.6.2:../../misc/R-pillar
1616

17+
# Packages suggested but not available: 'ggbeeswarm', 'ggridges'
18+
1719
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
1820
TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
1921
TEST_DEPENDS+= R-forcats-[0-9]*:../../math/R-forcats

benchmarks/R-bench/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.2 2023/06/17 13:53:52 mef Exp $
1+
$NetBSD: distinfo,v 1.3 2025/01/29 12:07:12 mef Exp $
22

3-
BLAKE2s (R/bench_1.1.3.tar.gz) = 53faf928746887ae91c788f5111ec60224533a4fef56da0a7063959f341120fb
4-
SHA512 (R/bench_1.1.3.tar.gz) = 864739cc0ecebfa5aeb00135ed0973d431ca744dc36d4bb4fcb8c3fb45e6065879c06aa600e351e64e671e917e242ee6a672dffeeefac2fa041e8d5140738599
5-
Size (R/bench_1.1.3.tar.gz) = 314057 bytes
3+
BLAKE2s (R/bench_1.1.4.tar.gz) = c9883da26ec8c405fba698644bf5a45e9cf64671beecee11b23adbc2430e2629
4+
SHA512 (R/bench_1.1.4.tar.gz) = 653fd332ccc06be55504e8d0c44b65680bf4ae12d240e5bcbe45beb1eb591407bf46d03c8fc5bf54191eb47962ebc729b032b7759960f34bb638e806602f8dbd
5+
Size (R/bench_1.1.4.tar.gz) = 316570 bytes

0 commit comments

Comments
 (0)