mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tidybayes: auto updated to 3.0.7-1
This commit is contained in:
parent
6906da39df
commit
6e31259b8b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=tidybayes
|
||||
_pkgver=3.0.6
|
||||
_pkgver=3.0.7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.0.6
|
||||
pkgrel=4
|
||||
pkgver=3.0.7
|
||||
pkgrel=1
|
||||
pkgdesc="Tidy Data and 'Geoms' for Bayesian Models"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -60,7 +60,7 @@ optdepends=(
|
|||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('706044e17855a684a5ad1aeb582963dd3c7192a4a8ad0584358d0ea7c7aadb90')
|
||||
sha256sums=('1ccc481a430547f0134d32595d59c252a9469a2202cc5300306aa3bb4708290a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue