guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: Add r-pbmcapply.


From: guix-commits
Subject: 04/10: gnu: Add r-pbmcapply.
Date: Tue, 30 Jul 2019 10:02:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3e63f078daf1fa78966cb9d050b870ca32cbb367
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jul 30 15:50:20 2019 +0200

    gnu: Add r-pbmcapply.
    
    * gnu/packages/cran.scm (r-pbmcapply): New variable.
---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9eec520..ab5c94d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14314,6 +14314,25 @@ Molecular Epidemiology\" (SCRIME).  The main focus is 
on SNP data, but most of
 the functions can also be applied to other types of categorical data.")
     (license license:gpl2)))
 
+(define-public r-pbmcapply
+  (package
+    (name "r-pbmcapply")
+    (version "1.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "pbmcapply" version))
+       (sha256
+        (base32
+         "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/kvnkuang/pbmcapply";)
+    (synopsis "Track the progress of apply procedures with a progress bar")
+    (description
+     "This light-weight package helps you track and visualize the progress of
+parallel versions of vectorized R functions of the @code{mc*apply} family.")
+    (license license:expat)))
+
 (define-public r-blme
   (package
     (name "r-blme")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]