mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-classifyr: auto updated to 3.0.3-1
This commit is contained in:
parent
2df25de754
commit
0357684b0e
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.0.2
|
||||
_pkgver=3.0.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.0.2
|
||||
pkgver=3.0.3
|
||||
pkgrel=1
|
||||
pkgdesc='A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing'
|
||||
arch=('any')
|
||||
|
@ -43,7 +43,7 @@ optdepends=(
|
|||
r-scales
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('13d11b9677eb6561a20388ff1f49b6c4a7f18fb1c1d13a6c68a0b72c4b6f2bf5')
|
||||
sha256sums=('15115bd2058bba6a79d42a2e48b7175df23ddb6e0f08971cab9b893d028944a8')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue