mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add r-alabaster-matrix.
* gnu/packages/bioconductor.scm (r-alabaster-matrix): New variable. Change-Id: If5b438983a70f8f81e3442d8a1cb3821f4e3489a
This commit is contained in:
parent
8031162607
commit
ba8fbb89e4
1 changed files with 33 additions and 0 deletions
|
@ -3231,6 +3231,39 @@ (define-public r-alabaster-base
|
|||
applications can enrich this metadata with context-specific properties.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-alabaster-matrix
|
||||
(package
|
||||
(name "r-alabaster-matrix")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "alabaster.matrix" version))
|
||||
(sha256
|
||||
(base32 "00k0lylyhz6glqhd463bbmmldqhv5i7an9nw95md7x2m43c9gzyk"))))
|
||||
(properties `((upstream-name . "alabaster.matrix")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-alabaster-base
|
||||
r-biocgenerics
|
||||
r-delayedarray
|
||||
r-hdf5array
|
||||
r-matrix
|
||||
r-rcpp
|
||||
r-rhdf5
|
||||
r-s4arrays
|
||||
r-s4vectors
|
||||
r-sparsearray))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/alabaster.matrix")
|
||||
(synopsis "Load and save artifacts from file")
|
||||
(description
|
||||
"This is a package for saving matrices, arrays and similar objects into
|
||||
file artifacts, and loading them back into memory. This is a more portable
|
||||
alternative to serialization of such objects into RDS files. Each artifact is
|
||||
associated with metadata for further interpretation; downstream applications
|
||||
can enrich this metadata with context-specific properties.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-alabaster-schemas
|
||||
(package
|
||||
(name "r-alabaster-schemas")
|
||||
|
|
Loading…
Reference in a new issue