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