mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mlr3tuning: auto updated to 0.15.0-1
This commit is contained in:
parent
64e73b1f7a
commit
193feba5be
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=mlr3tuning
|
_pkgname=mlr3tuning
|
||||||
_pkgver=0.14.0
|
_pkgver=0.15.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.14.0
|
pkgver=0.15.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Tuning for 'mlr3'"
|
pkgdesc="Tuning for 'mlr3'"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -30,7 +30,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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=('3525ba477fa9d791d4b755658096360aacc26c96eb4cfec00e3e9da7cfa80483')
|
sha256sums=('8fccf8367aad65ef45fc4ea758e8e92dbc6128d3d788f2e2b0bb6b442d7be08e')
|
||||||
|
|
||||||
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