mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggcorrplot: auto updated to 0.1.4.1-1
This commit is contained in:
parent
f9d6ce3593
commit
3bd99d9531
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ggcorrplot
|
||||
_pkgver=0.1.4
|
||||
_pkgver=0.1.4.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.4
|
||||
pkgrel=4
|
||||
pkgver=0.1.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="Visualization of a Correlation Matrix using 'ggplot2'"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('59829e17f6cf5ad49201c8b981e83615dfd75ea0a2b4251d11f7c6db6e05caa0')
|
||||
sha256sums=('b810950cff07e95865ddd042ad060a40e66414b69fc604b1242410ed6831a879')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue