me
/
guix
Archived
1
0
Fork 0

gnu: Add r-oompabase.

* gnu/packages/cran.scm (r-oompabase): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Navid Afkhami 2023-08-25 11:06:07 +00:00 committed by Ricardo Wurmus
parent 48d90820e4
commit 32cdced051
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 0 deletions

View File

@ -2337,6 +2337,27 @@ offer an alternative to parts of BioConductor, but can also be used to enhance
existing BioConductor packages.")
(license license:asl2.0)))
(define-public r-oompabase
(package
(name "r-oompabase")
(version "3.2.9")
(source (origin
(method url-fetch)
(uri (cran-uri "oompaBase" version))
(sha256
(base32
"1cmw2s5dznmv675484jgvkzgvi6vhg0zbxsq6zhpqsisf672pjhl"))))
(properties `((upstream-name . "oompaBase")))
(build-system r-build-system)
(propagated-inputs (list r-cluster))
(home-page "https://oompa.r-forge.r-project.org/")
(synopsis "Class unions, matrix operations, and color schemes for OOMPA")
(description
"This package preloads class unions for defining/loading core OOMPA tools.
It also includes vectorized operations for row-by-row means, variances, and
t-tests. Finally, it provides new colorschemes.")
(license license:asl2.0)))
(define-public r-orgmassspecr
(package
(name "r-orgmassspecr")