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:           Mon May 30 15:04:24 UTC 2022

Added Files:
        pkgsrc/benchmarks/R-bench: DESCR Makefile distinfo

Log Message:
(benchmarks/R-bench) import R-bench-1.1.2

Tools to accurately benchmark and analyze execution times for R
expressions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/benchmarks/R-bench/DESCR \
    pkgsrc/benchmarks/R-bench/Makefile pkgsrc/benchmarks/R-bench/distinfo

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

Added files:

Index: pkgsrc/benchmarks/R-bench/DESCR
diff -u /dev/null pkgsrc/benchmarks/R-bench/DESCR:1.1
--- /dev/null   Mon May 30 15:04:24 2022
+++ pkgsrc/benchmarks/R-bench/DESCR     Mon May 30 15:04:24 2022
@@ -0,0 +1,2 @@
+Tools to accurately benchmark and analyze execution times for R
+expressions.
Index: pkgsrc/benchmarks/R-bench/Makefile
diff -u /dev/null pkgsrc/benchmarks/R-bench/Makefile:1.1
--- /dev/null   Mon May 30 15:04:24 2022
+++ pkgsrc/benchmarks/R-bench/Makefile  Mon May 30 15:04:24 2022
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2022/05/30 15:04:24 mef Exp $
+
+R_PKGNAME=     bench
+R_PKGVER=      1.1.2
+CATEGORIES=    benchmarks
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       High Precision Timing of R Expressions
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-glue>=1.6.2:../../devel/R-glue
+DEPENDS+=      R-profmem-[0-9]*:../../benchmarks/R-profmem
+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
+
+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
+#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
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/benchmarks/R-bench/distinfo
diff -u /dev/null pkgsrc/benchmarks/R-bench/distinfo:1.1
--- /dev/null   Mon May 30 15:04:24 2022
+++ pkgsrc/benchmarks/R-bench/distinfo  Mon May 30 15:04:24 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/30 15:04:24 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



Home | Main Index | Thread Index | Old Index