r-clustersignificance: auto updated to 1.32.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 18:56:09 +00:00
parent 6d80c5cbc4
commit b0539fda51

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ClusterSignificance
_pkgver=1.30.0
_pkgver=1.32.0
pkgname=r-${_pkgname,,}
pkgver=1.30.0
pkgrel=2
pkgver=1.32.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')
url="https://bioconductor.org/packages/${_pkgname}"
@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2401e2c5911cdf942c2f1d771257ef8536875d2c074781dad67fff54cd12dccb')
sha256sums=('509d446440b1da93f9911ab1e98a98098e43e361d19dab910dc51d220a022258')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"