mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-confintr: auto updated to 1.0.1-1
This commit is contained in:
parent
86c2c4f5d1
commit
d4490f28c7
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=confintr
|
_pkgname=confintr
|
||||||
_pkgver=1.0.0
|
_pkgver=1.0.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.0.0
|
pkgver=1.0.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Confidence Intervals'
|
pkgdesc='Confidence Intervals'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -18,7 +18,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=('0fb9333cec88780f2c90b2079434f2b5c23b98c7325c3ecf5c98f022f16a7a97')
|
sha256sums=('3f4694a607b888b149e6bc73f711647a33d5066f07ce686e7e022d4fdd0a535c')
|
||||||
|
|
||||||
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