mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-exactci: auto updated to 1.4.4-3
This commit is contained in:
parent
f4912c7926
commit
ce07520cd4
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Kiri <kiri@vern.cc>
|
||||
|
||||
_pkgname=exactci
|
||||
_pkgver=1.4-2
|
||||
_pkgver=1.4-4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Exact P-Values and Matching Confidence Intervals for Simple Discrete Parametric Cases'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-rmarkdown
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('279294a0ef7c9e968ef5d9c321f53430bdf3aaab787aebf892d5b8236fc5f022')
|
||||
sha256sums=('d01c8cd298b96a9b07d1e671bc2844e339020717fd3012d217c05eada53e3e04')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue