r-metrics: auto updated to 0.1.4-2

This commit is contained in:
BioArchLinuxBot 2024-12-24 06:01:28 +00:00
parent 353e2947d8
commit 9d7ee8161e

View file

@ -4,7 +4,7 @@ _pkgname=Metrics
_pkgver=0.1.4
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgrel=2
pkgdesc="Evaluation Metrics for Machine Learning"
arch=('any')
url="https://cran.r-project.org/package=$_pkgname"
@ -25,4 +25,4 @@ build() {
package() {
install -d "$pkgdir/usr/lib/R/library"
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
}
}