mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tidytext: auto updated to 0.3.3-1
This commit is contained in:
parent
bd4b0abbb6
commit
69826c555c
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=tidytext
|
||||
_pkgver=0.3.2
|
||||
_pkgver=0.3.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.2
|
||||
pkgrel=2
|
||||
pkgver=0.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -48,7 +48,7 @@ optdepends=(
|
|||
r-xml
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6fe0ada78ee2cdf77c16e519a29b9baff61d8e23ab56aa0a9adc1b2a99a6472b')
|
||||
sha256sums=('753b2bcea6e343ac439869b92e7c11b0aaf98ce5c0373965da6c7d087d57924e')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue