gnu: Remove r-bioconcotk.

This package has been removed from Bioconductor and tests depend on a package
that has also been removed.

* gnu/packages/bioconductor.scm (r-bioconcotk): Remove variable.

Change-Id: If444fb7a10aea71a5339b4a488683148c84bb236
This commit is contained in:
Ricardo Wurmus 2024-11-29 21:43:56 +01:00 committed by Andreas Enge
parent 0dec8b3869
commit f880a4f96b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -23018,52 +23018,6 @@ (define-public r-multiassayexperiment
rownames.")
(license license:artistic2.0)))
(define-public r-bioconcotk
(package
(name "r-bioconcotk")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocOncoTK" version))
(sha256
(base32
"0h4cr7lrmbyx7kdj81s7ff75svr01rvzn54svqi93vjilawmpbm3"))))
(properties `((upstream-name . "BiocOncoTK")))
(build-system r-build-system)
(propagated-inputs
(list r-bigrquery
r-car
r-complexheatmap
r-curatedtcgadata
r-dbi
r-dplyr
r-dt
r-genomicfeatures
r-genomicranges
r-ggplot2
r-ggpubr
r-graph
r-httr
r-iranges
r-magrittr
r-mass
r-plyr
r-rgraphviz
r-rjson
r-s4vectors
r-scales
r-shiny
r-summarizedexperiment))
(native-inputs
(list r-knitr))
(home-page "https://bioconductor.org/packages/BiocOncoTK")
(synopsis "Bioconductor components for general cancer genomics")
(description
"The purpose of this package is to provide a central interface to various
tools for genome-scale analysis of cancer studies.")
(license license:artistic2.0)))
(define-public r-biocor
(package
(name "r-biocor")