mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mlmetrics: auto updated to 1.1.3-1
This commit is contained in:
parent
7d0bd37482
commit
4b52401a9f
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=MLmetrics
|
_pkgname=MLmetrics
|
||||||
_pkgver=1.1.1
|
_pkgver=1.1.3
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.1.1
|
pkgver=1.1.3
|
||||||
pkgrel=6
|
pkgrel=1
|
||||||
pkgdesc='Machine Learning Evaluation Metrics'
|
pkgdesc='Machine Learning Evaluation Metrics'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -17,7 +17,7 @@ optdepends=(
|
||||||
r-e1071
|
r-e1071
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('777f1b76b16837387b830e2b65304ede234b9299d17efd09c7fd403356122118')
|
sha256sums=('2c5735fc2a2728a71272aaf0d559bc7bc09b45476ea63d94cb7be84f0dbfaf85')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue