r-adimpute: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 00:25:44 +08:00
parent 5cf377e78b
commit 0ca19f63da

View file

@ -3,7 +3,7 @@
_pkgname=ADImpute
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.4.0
pkgrel=1
pkgdesc='Adaptive Dropout Imputer (ADImpute)'
arch=('any')
@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('6245e91a43e806619a00c02ddfccabda8af546db49819391c8e9618d1a0c78ae')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"