Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ACB4184E58 for ; Sat, 17 Jun 2023 13:53:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kGMURo837rwG for ; Sat, 17 Jun 2023 13:53:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 149DD84D2F for ; Sat, 17 Jun 2023 13:53:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E57EFA89; Sat, 17 Jun 2023 13:53:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687010033299270" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 13:53:53 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/benchmarks/R-bench To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230617135353.0E57EFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687010033299270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 17 13:53:52 UTC 2023 Modified Files: pkgsrc/benchmarks/R-bench: Makefile distinfo Log Message: (benchmarks/R-bench) Updated 1.1.2 to 1.1.3 # 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. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/benchmarks/R-bench/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/benchmarks/R-bench/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687010033299270 Content-Disposition: inline Content-Length: 1939 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/R-bench/Makefile diff -u pkgsrc/benchmarks/R-bench/Makefile:1.2 pkgsrc/benchmarks/R-bench/Makefile:1.3 --- pkgsrc/benchmarks/R-bench/Makefile:1.2 Thu Jun 2 11:48:57 2022 +++ pkgsrc/benchmarks/R-bench/Makefile Sat Jun 17 13:53:52 2023 @@ -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 @@ -20,7 +20,6 @@ TEST_DEPENDS+= R-forcats-[0-9]*:../../ma #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 Index: pkgsrc/benchmarks/R-bench/distinfo diff -u pkgsrc/benchmarks/R-bench/distinfo:1.1 pkgsrc/benchmarks/R-bench/distinfo:1.2 --- pkgsrc/benchmarks/R-bench/distinfo:1.1 Mon May 30 15:04:24 2022 +++ pkgsrc/benchmarks/R-bench/distinfo Sat Jun 17 13:53:52 2023 @@ -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 --_----------=_1687010033299270--