mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mlr3misc: auto updated to 0.12.0-1
This commit is contained in:
parent
d4490f28c7
commit
7962c6a2e5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=mlr3misc
|
||||
_pkgver=0.11.0
|
||||
_pkgver=0.12.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.11.0
|
||||
pkgrel=2
|
||||
pkgver=0.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="Helper Functions for 'mlr3'"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('d1f558d2e1cb73410308d53ee9df2226508d0b9995376841e05451473f905d41')
|
||||
sha256sums=('5c8edd2b88b90a7ec6cf6be6d5b58b87ea2ae398f61b92b1093af8ed0ec40c09')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue