mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-biocversion.
* gnu/packages/bioconductor.scm (r-biocversion): New variable.
This commit is contained in:
parent
eb15df8dea
commit
e5d722fb4c
1 changed files with 20 additions and 0 deletions
|
@ -879,6 +879,26 @@ package @code{affy}.")
|
||||||
|
|
||||||
;;; Packages
|
;;; Packages
|
||||||
|
|
||||||
|
(define-public r-biocversion
|
||||||
|
(package
|
||||||
|
(name "r-biocversion")
|
||||||
|
(version "3.10.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "BiocVersion" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0mfqjqfvrwwglldq3g7nbic5hf3nwzv02nbfxnl2cfvf9gznlh5f"))))
|
||||||
|
(properties `((upstream-name . "BiocVersion")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://bioconductor.org/packages/BiocVersion/")
|
||||||
|
(synopsis "Set the appropriate version of Bioconductor packages")
|
||||||
|
(description
|
||||||
|
"This package provides repository information for the appropriate version
|
||||||
|
of Bioconductor.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-biocgenerics
|
(define-public r-biocgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-biocgenerics")
|
(name "r-biocgenerics")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue