mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-densityclust: auto updated to 0.3.1-1
This commit is contained in:
parent
c35ef8bfc4
commit
966d57bfd5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=densityClust
|
||||
_pkgver=0.3
|
||||
_pkgver=0.3.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3
|
||||
pkgrel=2
|
||||
pkgver=0.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='Clustering by Fast Search and Find of Density Peaks'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -23,7 +23,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('23749ba57d1d7886e0fe9ba535d7f30dd2cbb7ebf451afcec8f54be5d4063eff')
|
||||
sha256sums=('c082f054ea273ce34b3b58acabda0cba60fe0ddddcfe7d187960758470b9c311')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue