mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-clusterr: auto updated to 1.3.1-1
This commit is contained in:
parent
e7a75e16f8
commit
d6e876e484
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ClusterR
|
||||
_pkgver=1.3.0
|
||||
_pkgver=1.3.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.3.0
|
||||
pkgrel=4
|
||||
pkgver=1.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='Gaussian Mixture Models, K-Means, Mini-Batch-Kmeans, K-Medoids and Affinity Propagation Clustering'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('428e2e13abdb66f1c401c7160d4fb1b97368481506a6d33315f97099d1bf79cc')
|
||||
sha256sums=('6e8ecd005b2039f788c47ed84b9cc09d66248d52947a319fc2d63d25dffcc0f6')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue