pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-furrr: import R-furrr-0.3.1 as wip/R-furrr
Module Name: pkgsrc-wip
Committed By: Brook Milligan <brook%nmsu.edu@localhost>
Pushed By: brook
Date: Fri Dec 1 13:17:32 2023 -0700
Changeset: a6c6458389f5cc7d714d80cbeac14b14bb0804fa
Modified Files:
Makefile
Added Files:
R-furrr/DESCR
R-furrr/Makefile
R-furrr/distinfo
Log Message:
R-furrr: import R-furrr-0.3.1 as wip/R-furrr
Implementations of the family of map() functions from 'purrr' that can
be resolved using any 'future'-supported backend, e.g. parallel on the
local machine or distributed on a compute cluster.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6c6458389f5cc7d714d80cbeac14b14bb0804fa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
R-furrr/DESCR | 3 +++
R-furrr/Makefile | 21 +++++++++++++++++++++
R-furrr/distinfo | 5 +++++
4 files changed, 30 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 93a36c0a9d..113645c0b8 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ SUBDIR+= R-easySVG
SUBDIR+= R-entropy
SUBDIR+= R-fitdistrplus
SUBDIR+= R-foreach
+SUBDIR+= R-furrr
SUBDIR+= R-future
SUBDIR+= R-getopt
SUBDIR+= R-gmp
diff --git a/R-furrr/DESCR b/R-furrr/DESCR
new file mode 100644
index 0000000000..c5370973a6
--- /dev/null
+++ b/R-furrr/DESCR
@@ -0,0 +1,3 @@
+Implementations of the family of map() functions from 'purrr' that can
+be resolved using any 'future'-supported backend, e.g. parallel on the
+local machine or distributed on a compute cluster.
diff --git a/R-furrr/Makefile b/R-furrr/Makefile
new file mode 100644
index 0000000000..b7c4d5a99d
--- /dev/null
+++ b/R-furrr/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+R_PKGNAME= furrr
+R_PKGVER= 0.3.1
+CATEGORIES= parallel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Apply mapping functions in parallel using futures
+LICENSE= mit
+
+DEPENDS+= R-globals>=0.14.0:../../devel/R-globals
+DEPENDS+= R-lifecycle>=1.0.1:../../devel/R-lifecycle
+DEPENDS+= R-purrr>=0.3.4:../../devel/R-purrr
+DEPENDS+= R-rlang>=1.0.2:../../devel/R-rlang
+DEPENDS+= R-vctrs>=0.4.1:../../math/R-vctrs
+DEPENDS+= R-future>=1.25.0:../../wip/R-future
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-furrr/distinfo b/R-furrr/distinfo
new file mode 100644
index 0000000000..a5da61acf7
--- /dev/null
+++ b/R-furrr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/furrr_0.3.1.tar.gz) = 5c516a5141a61b84557121134cc5621c254dd25f19b63375a058fc031d1de16a
+SHA512 (R/furrr_0.3.1.tar.gz) = 01732c65b7f18242d6641dc852be2bcfea7245c89c0985b9fe4b81321844f88d3dbf10c8b8559ee5e4b98d4714ca633285038f19e6243ce55acea0f5d26ca693
+Size (R/furrr_0.3.1.tar.gz) = 907668 bytes
Home |
Main Index |
Thread Index |
Old Index