Skip to content

Commit

Permalink
(benchmarks/R-bench) Updated 1.1.3 to 1.1.4
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Jan 29, 2025
1 parent 37839ea commit a8f1588
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions benchmarks/R-bench/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,6 +14,8 @@ DEPENDS+= R-rlang>=0.2.0:../../devel/R-rlang
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
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/R-bench/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a8f1588

Please # to comment.