unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34558] [PATCH 19/24] gnu: Add r-furrr.
@ 2019-02-19  3:43 Brett Gilio
  2019-03-14 10:34 ` bug#34558: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-19  3:43 UTC (permalink / raw)
  To: 34558

[-- 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34558: [PATCH 19/24] gnu: Add r-furrr.
  2019-02-19  3:43 [bug#34558] [PATCH 19/24] gnu: Add r-furrr Brett Gilio
@ 2019-03-14 10:34 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-03-14 10:34 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34558-done


Brett Gilio <brettg@posteo.net> writes:

> 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.

Meanwhile this has found its way into Guix with the last big mass
upgrade of CRAN and Bioconductor packages.  Closing.

Thanks!

-- 
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-14 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19  3:43 [bug#34558] [PATCH 19/24] gnu: Add r-furrr Brett Gilio
2019-03-14 10:34 ` bug#34558: " Ricardo Wurmus

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).