From: Brett Gilio <brettg@posteo.net>
To: 34558@debbugs.gnu.org
Subject: [bug#34558] [PATCH 19/24] gnu: Add r-furrr.
Date: Mon, 18 Feb 2019 21:43:46 -0600 [thread overview]
Message-ID: <87bm38wih9.fsf@posteo.net> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 19/24] gnu: Add r-furrr. --]
[-- Type: text/x-patch, Size: 1568 bytes --]
From 6361e6261418533d1d1ec0d32b5d11470bd77a14 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 21:20:02 -0600
Subject: [PATCH 19/24] gnu: Add r-furrr.
* gnu/packages/cran.scm (r-furrr): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6709130b4..e36c1c4cd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6864,6 +6864,33 @@ It also implements functions for text cleaning, such as accentuation
removal.")
(license license:expat)))
+(define-public r-furrr
+ (package
+ (name "r-furrr")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "furrr" version))
+ (sha256
+ (base32
+ "1ld9aa9hydna94hgm6p91zjbfv1dz1vsgchjlpknkg6irbvkfafx"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-future" ,r-future)
+ ("r-globals" ,r-globals)
+ ("r-purrr" ,r-purrr)
+ ("r-rlang" ,r-rlang)))
+ (home-page
+ "https://github.com/DavisVaughan/furrr")
+ (synopsis
+ "Apply Mapping Functions in Parallel using Futures")
+ (description
+ "Implementations of the family of map() functions from @code{purrr} that
+can be resolved using any @code{future}-supported backend, e.g. parallel on
+the 1local machine or distributed on a compute cluster.")
+ (license license:lgpl2.1+)))
+
(define-public r-abnormality
(package
(name "r-abnormality")
--
2.20.1
next reply other threads:[~2019-02-19 3:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-19 3:43 Brett Gilio [this message]
2019-03-14 10:34 ` bug#34558: [PATCH 19/24] gnu: Add r-furrr Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bm38wih9.fsf@posteo.net \
--to=brettg@posteo.net \
--cc=34558@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).