mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Remove r-biocinstaller.
It requires R < 3.6 and is no longer supported. * gnu/packages/bioinformatics.scm (r-biocinstaller): Define as deprecated in favour of r-biocmanager.
This commit is contained in:
parent
1042e3481d
commit
0971f8bd88
1 changed files with 1 additions and 17 deletions
|
@ -7238,23 +7238,7 @@ (define-public bioruby
|
|||
(license (list license:ruby license:lgpl2.1+ license:gpl2+ ))))
|
||||
|
||||
(define-public r-biocinstaller
|
||||
(package
|
||||
(name "r-biocinstaller")
|
||||
(version "1.32.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocInstaller" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s1f9qhyf3mc73ir25x2zlgi9hf45a37lg4z8fbva4i21hqisgsl"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocInstaller")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/BiocInstaller")
|
||||
(synopsis "Install Bioconductor packages")
|
||||
(description "This package is used to install and update R packages from
|
||||
Bioconductor, CRAN, and Github.")
|
||||
(license license:artistic2.0)))
|
||||
(deprecated-package "r-biocinstaller" r-biocmanager))
|
||||
|
||||
(define-public r-biocviews
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue