mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rstanarm: auto updated to 2.26.1-1
This commit is contained in:
parent
55b8c41ded
commit
0291370176
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=rstanarm
|
||||
_pkgver=2.21.4
|
||||
_pkgver=2.26.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.21.4
|
||||
pkgver=2.26.1
|
||||
pkgrel=1
|
||||
pkgdesc='Bayesian Applied Regression Modeling via Stan'
|
||||
arch=('x86_64')
|
||||
|
@ -45,7 +45,7 @@ optdepends=(
|
|||
)
|
||||
makedepends=('make')
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('ec6ac623e4bf1d368175d92145ed66e6346bf450790a404aff614c6510f9b185')
|
||||
sha256sums=('4a54792d6e035931b613647aebfc98b81d1aac646a5a3f6f116b6f560d544444')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue