r-splinetimer: auto updated to 1.22.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 05:53:41 +08:00
parent 9fa758555c
commit 20dc2eb531

View file

@ -3,7 +3,7 @@
_pkgname=splineTimeR
_pkgver=1.22.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.22.0
pkgrel=1
pkgdesc='Time-course differential gene expression data analysis using spline regression models followed by gene association network reconstruction'
arch=('any')
@ -24,7 +24,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('dba8bc7585facb28291af5d6e52482c6d32d62827e47aa5b8bf78bc522756e5d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"