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