r-cancer: fix depends

This commit is contained in:
Pekka Ristola 2024-03-02 19:07:22 +02:00
parent 4858442868
commit 606557deff
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=canceR _pkgname=canceR
_pkgver=1.36.5 _pkgver=1.36.6
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.} pkgver=${_pkgver//-/.}
pkgrel=1 pkgrel=0
pkgdesc="A Graphical User Interface for accessing and modeling the Cancer Genomics Data of MSKCC" pkgdesc="A Graphical User Interface for accessing and modeling the Cancer Genomics Data of MSKCC"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
@ -13,6 +13,7 @@ depends=(
r-biobase r-biobase
r-cbioportaldata r-cbioportaldata
r-circlize r-circlize
r-dplyr
r-formula r-formula
r-genetclassifier r-genetclassifier
r-gseabase r-gseabase
@ -31,8 +32,8 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('c5aeaf60c83704899cc650cd3b6013af') md5sums=('ec347b44b50e7c46233a4130b081a5fe')
b2sums=('f35576758efdde3a51dccc638368e58e279eb58545297fbe077e037acbb13008f4854bf342109ef67d02ebcbc35f82c24a4c6196bc9a539b6217b9015e1f1475') b2sums=('2460c568959fffc270f6d42f0e2ac6a30c26be661b832c05a684fcc3bc91da54dafc4fcd4925c8237b4427047aba4c3ba3d776ef74f610d92cc5f8170975eae2')
build() { build() {
mkdir build mkdir build

View file

@ -6,6 +6,7 @@ repo_depends:
- r-biobase - r-biobase
- r-cbioportaldata - r-cbioportaldata
- r-circlize - r-circlize
- r-dplyr
- r-formula - r-formula
- r-genetclassifier - r-genetclassifier
- r-gseabase - r-gseabase