[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/215: gnu: Add r-batchtools.
From: |
guix-commits |
Subject: |
08/215: gnu: Add r-batchtools. |
Date: |
Sun, 5 May 2019 18:15:29 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit be23c491cbf702877a2fbaac1b4a2c9320b27d50
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 5 23:22:49 2019 +0200
gnu: Add r-batchtools.
* gnu/packages/cran.scm (r-batchtools): New variable.
---
gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cfe64a1..c6d902a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14150,3 +14150,40 @@ the functions can also be applied to other types of
categorical data.")
linear and generalized linear mixed-effects models in a Bayesian setting. It
extends the lme4 package.")
(license license:gpl2+)))
+
+(define-public r-batchtools
+ (package
+ (name "r-batchtools")
+ (version "0.9.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "batchtools" version))
+ (sha256
+ (base32
+ "02mj21ypcjv5fs7ajf63p6bq0cyvihdl55hlpqx6kmsfjin1cr0v"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-backports" ,r-backports)
+ ("r-base64url" ,r-base64url)
+ ("r-brew" ,r-brew)
+ ("r-checkmate" ,r-checkmate)
+ ("r-data-table" ,r-data-table)
+ ("r-digest" ,r-digest)
+ ("r-fs" ,r-fs)
+ ("r-progress" ,r-progress)
+ ("r-r6" ,r-r6)
+ ("r-rappdirs" ,r-rappdirs)
+ ("r-stringi" ,r-stringi)
+ ("r-withr" ,r-withr)))
+ (home-page "https://github.com/mllg/batchtools")
+ (synopsis "Tools for computation on batch systems")
+ (description
+ "As a successor of the packages BatchJobs and BatchExperiments, this
+package provides a parallel implementation of the Map function for high
+performance computing systems managed by various schedulers. A multicore and
+socket mode allow the parallelization on a local machines, and multiple
+machines can be hooked up via SSH to create a makeshift cluster. Moreover,
+the package provides an abstraction mechanism to define large-scale computer
+experiments in a well-organized and reproducible way.")
+ (license license:lgpl3)))
- 02/215: gnu: Add r-base64url., (continued)
- 02/215: gnu: Add r-base64url., guix-commits, 2019/05/05
- 03/215: gnu: Add r-biocsingular., guix-commits, 2019/05/05
- 12/215: gnu: r-units: Update to 0.6-3., guix-commits, 2019/05/05
- 01/215: guix: Update to Bioconductor 3.9., guix-commits, 2019/05/05
- 05/215: gnu: Add r-grimport2., guix-commits, 2019/05/05
- 06/215: gnu: Add r-scrime., guix-commits, 2019/05/05
- 04/215: gnu: Add r-rcpphnsw., guix-commits, 2019/05/05
- 07/215: gnu: Add r-blme., guix-commits, 2019/05/05
- 11/215: gnu: Add r-dqrng., guix-commits, 2019/05/05
- 10/215: gnu: Add r-sitmo., guix-commits, 2019/05/05
- 08/215: gnu: Add r-batchtools.,
guix-commits <=
- 13/215: gnu: r-rgraphviz: Update to 2.28.0., guix-commits, 2019/05/05
- 26/215: gnu: r-biocstyle: Update to 2.12.0., guix-commits, 2019/05/05
- 15/215: gnu: r-genefilter: Update to 1.66.0., guix-commits, 2019/05/05
- 14/215: gnu: r-preprocesscore: Update to 1.46.0., guix-commits, 2019/05/05
- 17/215: gnu: r-dexseq: Update to 1.30.0., guix-commits, 2019/05/05
- 16/215: gnu: r-deseq2: Update to 1.24.0., guix-commits, 2019/05/05
- 28/215: gnu: r-s4vectors: Update to 0.22.0., guix-commits, 2019/05/05
- 27/215: gnu: r-bioccheck: Update to 1.20.0., guix-commits, 2019/05/05
- 32/215: gnu: r-variantannotation: Update to 1.30.0., guix-commits, 2019/05/05
- 34/215: gnu: r-xvector: Update to 0.24.0., guix-commits, 2019/05/05