mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-switchbox: auto updated to 1.42.0-1
This commit is contained in:
parent
b194928e64
commit
e3d93bb84b
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=switchBox
|
||||
_pkgver=1.40.0
|
||||
_pkgver=1.42.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.40.0
|
||||
pkgver=1.42.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')
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
r-proc
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('f19eaf2c518ab0e22d1e26ddd6d1fd24fb79f0fc203098f46cf7b507812ca30c')
|
||||
sha256sums=('3cbeb469096bb360321384051abbea64245a4b5d030f6c4122d386db8abefc33')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue