mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dose: fix depends
This commit is contained in:
parent
baaf7a3641
commit
f29c2bd9f5
2 changed files with 7 additions and 5 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=DOSE
|
||||
_pkgver=3.30.5
|
||||
_pkgver=4.0.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Disease Ontology Semantic and Enrichment analysis"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -18,20 +18,21 @@ depends=(
|
|||
r-gosemsim
|
||||
r-qvalue
|
||||
r-reshape2
|
||||
r-yulab.utils
|
||||
)
|
||||
optdepends=(
|
||||
r-clusterprofiler
|
||||
r-gson
|
||||
r-knitr
|
||||
r-memoise
|
||||
r-org.hs.eg.db
|
||||
r-prettydoc
|
||||
r-rmarkdown
|
||||
r-testthat
|
||||
r-yulab.utils
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('c088745a06548ae5b7a2ccd902cbb765')
|
||||
b2sums=('b089f53cb7817727bfa91d89ab02deabe9f0e07bf85bdcfd24361b938212b3b2009211d42305c0b8d6428f844c917d51e9cc955a9d95602107987554dc9e9129')
|
||||
md5sums=('01b762c6bd25214fd4fa713df1da6e52')
|
||||
b2sums=('03a61718bae14a5e6055d6c4b0c2b262cd9394c1a05f45b4d5b79863e65f9fa037efcc7e889cd80861ad3db6b2b61a78d0f82da14890c07a9ba26052f2c8c211')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -10,6 +10,7 @@ repo_depends:
|
|||
- r-gosemsim
|
||||
- r-qvalue
|
||||
- r-reshape2
|
||||
- r-yulab.utils
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: DOSE
|
||||
|
|
Loading…
Add table
Reference in a new issue