mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mlr3: auto updated to 0.15.0-1
This commit is contained in:
parent
28ab22a7d4
commit
bd8627f232
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=mlr3
|
||||
_pkgver=0.14.1
|
||||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.14.1
|
||||
pkgrel=3
|
||||
pkgver=0.15.0
|
||||
pkgrel=1
|
||||
pkgdesc='Machine Learning in R - Next Generation'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -40,7 +40,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('cd0e68ae4345458867321860c30b19ce546f48e52f0a69d2a8e3785501db50a4')
|
||||
sha256sums=('c0e3190553456e84126c459732f0855097c2ff8290e129b798c5b586f0d301bc')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue