Skip to content

Commit

Permalink
(benchmarks/R-bench) Updated 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
# bench 1.1.3

* Long unnamed `bench_expr` expressions are now truncated correctly when used as
  columns of a tibble (#94).

* `bench_mark` tibbles now respect the knitr paged df option (#103).

* Fixed an issue where macOS specific C code paths were accidentally being used
  on GNU Hurd (#118).

* Fixed `-Wstrict-prototypes` warnings, as requested by CRAN (#124).

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

* bench now uses testthat 3e (#129).

* bench no longer Suggests mockery.
  • Loading branch information
mef committed Jun 17, 2023
1 parent 78cf0fa commit 051017e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions benchmarks/R-bench/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2022/06/02 11:48:57 mef Exp $
# $NetBSD: Makefile,v 1.3 2023/06/17 13:53:52 mef Exp $

R_PKGNAME= bench
R_PKGVER= 1.1.2
R_PKGVER= 1.1.3
CATEGORIES= benchmarks

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -20,7 +20,6 @@ TEST_DEPENDS+= R-forcats-[0-9]*:../../math/R-forcats
#EST_DEPENDS+= R-ggbeeswarm-[0-9]*:
TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
#EST_DEPENDS+= R-ggridgesjsonlite-[0-9]*:
TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
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.1 2022/05/30 15:04:24 mef Exp $
$NetBSD: distinfo,v 1.2 2023/06/17 13:53:52 mef Exp $

BLAKE2s (R/bench_1.1.2.tar.gz) = a7c3fb0a521408451d66459aa0cc6d322a1d96c490ac0bce270b9913a792d622
SHA512 (R/bench_1.1.2.tar.gz) = 4ab792f5c296f0142553f1b332b3fe250c44b885e348dbdc73dc53d720ca14efc635104bde14697d18c73020bde05680c7eacce902620c1e144c94234cc6a402
Size (R/bench_1.1.2.tar.gz) = 261032 bytes
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

0 comments on commit 051017e

Please sign in to comment.