r-classifyr: auto updated to 3.6.5-1

This commit is contained in:
BioArchLinuxBot 2024-03-03 00:06:44 +00:00
parent 53fd623207
commit 6686dabd88

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ClassifyR _pkgname=ClassifyR
_pkgver=3.6.4 _pkgver=3.6.5
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=3.6.4 pkgver=3.6.5
pkgrel=1 pkgrel=1
pkgdesc='A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing' pkgdesc='A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing'
arch=('x86_64') arch=('x86_64')
@ -53,7 +53,7 @@ optdepends=(
r-xgboost r-xgboost
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('1b8a04e3e24ea39ab2dfb80cbbd5aa6354e1699fca7e4038ed7f714b5171975e') sha256sums=('d16158798f15f05f816139b14fff094e3d0a1e0e8b4f2d8f0a57560881d5b1a8')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"