mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-babelwhale.
* gnu/packages/cran.scm (r-babelwhale): New variable.
This commit is contained in:
parent
59978546fe
commit
71ec67ef3f
1 changed files with 22 additions and 0 deletions
|
@ -436,6 +436,28 @@ (define-public r-rticles
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue