mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-classifyr: auto updated to 3.4.1-1
This commit is contained in:
parent
43ea949e0c
commit
7e58c6349a
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ClassifyR
|
||||
_pkgver=3.4.0
|
||||
_pkgver=3.4.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.4.0
|
||||
pkgver=3.4.1
|
||||
pkgrel=1
|
||||
pkgdesc='A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing'
|
||||
arch=('x86_64')
|
||||
|
@ -52,7 +52,7 @@ optdepends=(
|
|||
r-xgboost
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9af7b512e126d329b79bf10846461a43b06e946b6638ff9a2494b0d8fa6e248d')
|
||||
sha256sums=('8c74104628aa711751fcd35482c57775135f2627306e5572290e96380bd31b0d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue