mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-switchbox: auto updated to 1.40.0-1
This commit is contained in:
parent
fa91c98307
commit
c229f01bfc
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=switchBox
|
||||
_pkgver=1.38.0
|
||||
_pkgver=1.40.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.38.0
|
||||
pkgrel=2
|
||||
pkgver=1.40.0
|
||||
pkgrel=1
|
||||
pkgdesc='Utilities to train and validate classifiers based on pair switching using the K-Top-Scoring-Pair (KTSP) algorithm'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
r-proc
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a576901b33f71ff02647de872a8e57fc1a58c82985742e20862a811a17cb6e37')
|
||||
sha256sums=('f19eaf2c518ab0e22d1e26ddd6d1fd24fb79f0fc203098f46cf7b507812ca30c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue