r-gmicr: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 11:16:08 +00:00
parent 931e4c3568
commit bc60be1920

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GmicR
_pkgver=1.8.0
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgver=1.10.0
pkgrel=1
pkgdesc='Combines WGCNA and xCell readouts with bayesian network learrning to generate a Gene-Module Immune-Cell network (GMIC)'
arch=('any')
@ -35,7 +35,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4d8b13ece84961e48cb78f6c68d175293c0fa419d218962ea1d03027695b2ea3')
sha256sums=('09c636c8957a3a34a4fe7636baaa5e00c4e81c956f653690505be2f86917090a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"