mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-metrics: auto updated to 0.1.4-2
This commit is contained in:
parent
353e2947d8
commit
9d7ee8161e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ _pkgname=Metrics
|
||||||
_pkgver=0.1.4
|
_pkgver=0.1.4
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Evaluation Metrics for Machine Learning"
|
pkgdesc="Evaluation Metrics for Machine Learning"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
|
@ -25,4 +25,4 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
install -d "$pkgdir/usr/lib/R/library"
|
install -d "$pkgdir/usr/lib/R/library"
|
||||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue