mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-parsnip: fix optdepends
This commit is contained in:
parent
0a48514986
commit
053ec85fcd
2 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
|
||||
_pkgname=parsnip
|
||||
_pkgver=1.2.0
|
||||
_pkgver=1.2.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="A Common API to Modeling and Analysis Functions"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -30,6 +30,7 @@ depends=(
|
|||
)
|
||||
checkdepends=(
|
||||
python-tensorflow
|
||||
r-bench
|
||||
r-c50
|
||||
r-dials
|
||||
r-earth
|
||||
|
@ -46,6 +47,7 @@ checkdepends=(
|
|||
r-xgboost
|
||||
)
|
||||
optdepends=(
|
||||
r-bench
|
||||
r-c50
|
||||
r-covr
|
||||
r-dials
|
||||
|
@ -67,8 +69,8 @@ optdepends=(
|
|||
r-xgboost
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('5511bd877b251ff068613fd7e47d387c')
|
||||
b2sums=('2824147e2f4c46329ab4575f9a4493cc68d141ec031271799e5874a5b4e4148842db38d638b567ed4091e1f9fbe05e371a828c00f2fb603c6d6506c8d07c4181')
|
||||
md5sums=('8963904d37b6296869d29d0a8c22e61a')
|
||||
b2sums=('b4456b926bbcb92b68a442c155e954d585c7695dd2e65b6ee2c2351ddb4e4e63b2896ec223c8b20ae62903a90778f16a28b97e7437820fdb37b5efa0c9f6643d')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -21,6 +21,7 @@ repo_depends:
|
|||
- r-vctrs
|
||||
- r-withr
|
||||
repo_makedepends:
|
||||
- r-bench
|
||||
- r-c50
|
||||
- r-dials
|
||||
- r-earth
|
||||
|
|
Loading…
Add table
Reference in a new issue