mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-poissonbinomial: auto updated to 1.2.7-1
This commit is contained in:
parent
91ae7e9f5c
commit
50468f23f6
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=PoissonBinomial
|
||||
_pkgver=1.2.6
|
||||
_pkgver=1.2.7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.6
|
||||
pkgrel=2
|
||||
pkgver=1.2.7
|
||||
pkgrel=1
|
||||
pkgdesc='Efficient Computation of Ordinary and Generalized Poisson Binomial Distributions'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-rmarkdown
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('5020f3eb38cfea7fbfd4082df96503e23dee3fa0e12ce8468688ba61feace7bc')
|
||||
sha256sums=('60cc429ec7180003f7a961015fa8392ac22785d1bbc3c3d31d3187367585616f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue