r-clustersignificance: auto updated to 1.34.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 02:12:02 +00:00
parent e0a8a49c7e
commit 5e3e04c387

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ClusterSignificance
_pkgver=1.32.0
_pkgver=1.34.0
pkgname=r-${_pkgname,,}
pkgver=1.32.0
pkgver=1.34.0
pkgrel=1
pkgdesc='The ClusterSignificance package provides tools to assess if class clusters in dimensionality reduced data representations have a separation different from permuted data'
arch=('any')
@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('509d446440b1da93f9911ab1e98a98098e43e361d19dab910dc51d220a022258')
sha256sums=('0a688f18fb3fef282670d46d661d26fa635ef933d4dafc549801f2d2eec85d3a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"