mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define-public r-affydata
|
|||
|
||||
;;; 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
|
||||
(package
|
||||
(name "r-biocgenerics")
|
||||
|
|
Loading…
Reference in a new issue