pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/R-doParallel (parallel/R-doParallel) import R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fd864e13fe5
branches:  trunk
changeset: 390324:0fd864e13fe5
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 12:46:19 2022 +0000

description:
(parallel/R-doParallel) import R-doParallel-1.0.17

Provides a parallel backend for the %dopar% function using the
parallel package.

diffstat:

 parallel/R-doParallel/DESCR    |   2 ++
 parallel/R-doParallel/Makefile |  20 ++++++++++++++++++++
 parallel/R-doParallel/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r fa53d1493acb -r 0fd864e13fe5 parallel/R-doParallel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/R-doParallel/DESCR       Sun Dec 18 12:46:19 2022 +0000
@@ -0,0 +1,2 @@
+Provides a parallel backend for the %dopar% function using the
+parallel package.
diff -r fa53d1493acb -r 0fd864e13fe5 parallel/R-doParallel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/R-doParallel/Makefile    Sun Dec 18 12:46:19 2022 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/12/18 12:46:19 mef Exp $
+
+R_PKGNAME=     doParallel
+R_PKGVER=      1.0.17
+CATEGORIES=    parallel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Foreach Parallel Adaptor for the 'parallel' Package
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-foreach>=1.2.0:../../devel/R-foreach
+DEPENDS+=      R-iterators>=1.0.0:../../devel/R-iterators
+
+# Packages suggested but not available: 'caret', 'mlbench'
+TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r fa53d1493acb -r 0fd864e13fe5 parallel/R-doParallel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/R-doParallel/distinfo    Sun Dec 18 12:46:19 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/18 12:46:19 mef Exp $
+
+BLAKE2s (R/doParallel_1.0.17.tar.gz) = 4f700e64fd6c4003ac01d7276eaea84a92a8e0dc06ab0311506b68fe2439da97
+SHA512 (R/doParallel_1.0.17.tar.gz) = b268c3dbd6773e5209328a95862f06971122d16bfffc8787f62d681f6ef1f0c1dac945a3fcc729dd836ecb537a0ceaedee3199f62c80e9843178006491cb5faa
+Size (R/doParallel_1.0.17.tar.gz) = 164254 bytes



Home | Main Index | Thread Index | Old Index