mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bsts: auto updated to 0.9.10-1
This commit is contained in:
parent
bb4536e37f
commit
14d4ac90d9
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: sukanka <su975853527@gmail.com>
|
# Maintainer: sukanka <su975853527@gmail.com>
|
||||||
|
|
||||||
_pkgname=bsts
|
_pkgname=bsts
|
||||||
_pkgver=0.9.9
|
_pkgver=0.9.10
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.9.9
|
pkgver=0.9.10
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Bayesian Structural Time Series'
|
pkgdesc='Bayesian Structural Time Series'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -20,7 +20,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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=('8f9053fc8398ee19eb7d50d1f4c3234e0688243f7c1624065e2408ee4362517d')
|
sha256sums=('a302bc08d04ef8de83a7bf8dce03e949cadb423361bd85f9ad5dac77918271b1')
|
||||||
|
|
||||||
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