mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Add r-alabaster-base.
* gnu/packages/bioconductor.scm (r-alabaster-base): New variable. Change-Id: Ifb9fe95fb237d12dadf134278f130e614925b5ec
This commit is contained in:
parent
9bd400722d
commit
8031162607
1 changed files with 31 additions and 0 deletions
|
@ -3200,6 +3200,37 @@ (define-public r-airpart
|
|||
datasets.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-alabaster-base
|
||||
(package
|
||||
(name "r-alabaster-base")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "alabaster.base" version))
|
||||
(sha256
|
||||
(base32 "1id8cs3m1kpcfmk9aa957vy7svf7aam4kzyzic36rxcqmarr130h"))))
|
||||
(properties `((upstream-name . "alabaster.base")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
(propagated-inputs (list r-alabaster-schemas
|
||||
r-jsonlite
|
||||
r-jsonvalidate
|
||||
r-rcpp
|
||||
r-rhdf5
|
||||
r-rhdf5lib
|
||||
r-s4vectors))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/alabaster.base")
|
||||
(synopsis "Save Bioconductor objects to file")
|
||||
(description
|
||||
"This is a package for saving Bioconductor data structures into file
|
||||
artifacts, and loading them back into memory. This is a more robust and
|
||||
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