pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/R-doParallel



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 12:46:19 UTC 2022

Added Files:
        pkgsrc/parallel/R-doParallel: DESCR Makefile distinfo

Log Message:
(parallel/R-doParallel) import R-doParallel-1.0.17

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


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

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

Added files:

Index: pkgsrc/parallel/R-doParallel/DESCR
diff -u /dev/null pkgsrc/parallel/R-doParallel/DESCR:1.1
--- /dev/null   Sun Dec 18 12:46:19 2022
+++ pkgsrc/parallel/R-doParallel/DESCR  Sun Dec 18 12:46:19 2022
@@ -0,0 +1,2 @@
+Provides a parallel backend for the %dopar% function using the
+parallel package.
Index: pkgsrc/parallel/R-doParallel/Makefile
diff -u /dev/null pkgsrc/parallel/R-doParallel/Makefile:1.1
--- /dev/null   Sun Dec 18 12:46:19 2022
+++ pkgsrc/parallel/R-doParallel/Makefile       Sun Dec 18 12:46:19 2022
@@ -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"
Index: pkgsrc/parallel/R-doParallel/distinfo
diff -u /dev/null pkgsrc/parallel/R-doParallel/distinfo:1.1
--- /dev/null   Sun Dec 18 12:46:19 2022
+++ pkgsrc/parallel/R-doParallel/distinfo       Sun Dec 18 12:46:19 2022
@@ -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