[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: Add r-babelwhale.
From: |
guix-commits |
Subject: |
03/06: gnu: Add r-babelwhale. |
Date: |
Tue, 15 Mar 2022 18:08:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 71ec67ef3f695a590f7f05f3e0b144434edda93b
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Mar 8 20:06:14 2022 +0100
gnu: Add r-babelwhale.
* gnu/packages/cran.scm (r-babelwhale): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3d54eefd94..c9ee42e524 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -436,6 +436,28 @@ easier.")
for authoring journal articles and conference submissions.")
(license license:gpl3)))
+(define-public r-babelwhale
+ (package
+ (name "r-babelwhale")
+ (version "1.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "babelwhale" version))
+ (sha256
+ (base32 "0ph825dwvr48fhamy1l5564linz7cj7b9sj511as77f1yqycv4a2"))))
+ (properties `((upstream-name . "babelwhale")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-crayon r-dplyr r-dynutils r-processx r-purrr))
+ (home-page "https://github.com/dynverse/babelwhale")
+ (synopsis "Talking to Docker and Singularity containers")
+ (description
+ "This package provides a unified interface to interact with Docker and
+Singularity containers. You can execute a command inside a container, mount a
+volume or copy a file.")
+ (license license:expat)))
+
(define-public r-benchmarkmedata
(package
(name "r-benchmarkmedata")
- branch master updated (bec806e2fc -> 8a0713aef2), guix-commits, 2022/03/15
- 03/06: gnu: Add r-babelwhale.,
guix-commits <=
- 04/06: gnu: Add r-carrier., guix-commits, 2022/03/15
- 05/06: gnu: Add r-ga., guix-commits, 2022/03/15
- 02/06: gnu: Add r-polychrome., guix-commits, 2022/03/15
- 01/06: gnu: Add r-scannotatr., guix-commits, 2022/03/15
- 06/06: gnu: Add r-diffcyt., guix-commits, 2022/03/15