mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dendextend: auto updated to 1.16.0-1
This commit is contained in:
parent
dd6b120fc5
commit
b7ec8644aa
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=dendextend
|
||||
_pkgver=1.15.2
|
||||
_pkgver=1.16.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.15.2
|
||||
pkgrel=4
|
||||
pkgver=1.16.0
|
||||
pkgrel=1
|
||||
pkgdesc="Extending 'dendrogram' Functionality in R"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -41,7 +41,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('4ba3885b66694589d455ffef31c218fe653fa25aff3efb7e8db6c25008d2921b')
|
||||
sha256sums=('ec2fd09c31a2a93292d87a9bd5bfc261840de941dfded79d6c2fe87116708466')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue