mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-adimpute: auto updated to 1.16.0-1
This commit is contained in:
parent
abd38fbadf
commit
9a186b4fd0
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ADImpute
|
||||
_pkgver=1.14.0
|
||||
_pkgver=1.16.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.14.0
|
||||
pkgver=1.16.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=('6611f899fdc53c8a5b654b42d1819ff5ed158fa5dd3c39ba7dda8bca2b78304e')
|
||||
sha256sums=('1eeb700e83ab675e491e2d15c7fa17bc48693bec41ad9d043f728a090f90689c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue