mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-echarts4r: auto updated to 0.4.5-1
This commit is contained in:
parent
8be13b6f7d
commit
ef9619ac99
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=echarts4r
|
||||
_pkgver=0.4.4
|
||||
_pkgver=0.4.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.4.4
|
||||
pkgrel=5
|
||||
pkgver=0.4.5
|
||||
pkgrel=1
|
||||
pkgdesc="Create Interactive Graphs with 'Echarts JavaScript' Version 5"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -34,7 +34,7 @@ optdepends=(
|
|||
r-tidyr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8284256e09a7239e0cff373cd22344130ee567db5639492b246fd92a903099f7')
|
||||
sha256sums=('d818e778fb33a68354d940574bd776f39e0679d92af43b42ccdce50eae69eac8')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue