mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-stager: auto updated to 1.28.0-1
This commit is contained in:
parent
19ca180932
commit
3641eaaa61
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=stageR
|
_pkgname=stageR
|
||||||
_pkgver=1.26.0
|
_pkgver=1.28.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.26.0
|
pkgver=1.28.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='stageR: stage-wise analysis of high throughput gene expression data in R'
|
pkgdesc='stageR: stage-wise analysis of high throughput gene expression data in R'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -25,7 +25,7 @@ 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")
|
||||||
sha256sums=('706d4c7805fd3c967cc19b31b3859acca73f7f9fdfc37f0bfe0de114c5e6d22b')
|
sha256sums=('11dfc2b47419531d6349756f50f7919767637c1b841def68bb8b5b9419344be5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue