mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-clusterr: auto updated to 1.2.7-1
This commit is contained in:
parent
131716a7f2
commit
a9c904c386
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.2.6
|
||||
_pkgver=1.2.7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.6
|
||||
pkgrel=4
|
||||
pkgver=1.2.7
|
||||
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=('5906a2efb3b9c9dd8ede3c40da29a8ee297d56268039d2e3406ab1a62a52b002')
|
||||
sha256sums=('663e6d4e43fdd8f018058c046602a636eff0b598b52e52b600bab8cc340a82ea')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue