summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 14:33:48 +0000
committerBioArchLinuxBot2024-05-03 14:33:48 +0000
commitc357602368e53405ccd88de792a41a040d230e2f (patch)
tree4c5b9b9f9a6a9bb668354b4ad05783fd88ed14bd
parentca6610b25ff07c701d4d0ccfad08f680b609834f (diff)
downloadaur-r-gmicr.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b101253f02c..dcacf8b9483f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gmicr
pkgdesc = Combines WGCNA and xCell readouts with bayesian network learrning to generate a Gene-Module Immune-Cell network (GMIC)
- pkgver = 1.16.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/GmicR
arch = any
@@ -26,7 +26,7 @@ pkgbase = r-gmicr
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GmicR_1.16.0.tar.gz
- sha256sums = ffb77c2e240742d592e0910eb4094e337401def46599252f36993beecd8cf4a9
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GmicR_1.18.0.tar.gz
+ sha256sums = f018b70807d9daec55e0afa5050af90d3a2f8b3d94ddfa51872edf1c8425f6a7
pkgname = r-gmicr
diff --git a/PKGBUILD b/PKGBUILD
index ecf7d7daf902..f80bd1738ed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GmicR
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.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=('ffb77c2e240742d592e0910eb4094e337401def46599252f36993beecd8cf4a9')
+sha256sums=('f018b70807d9daec55e0afa5050af90d3a2f8b3d94ddfa51872edf1c8425f6a7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"