r-zcompositions: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-15 02:01:21 +08:00
parent c386abd7f2
commit fd56a40613

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=zCompositions
_pkgver=1.3.4
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=1.3.4
pkgver=1.4.0
pkgrel=1
pkgdesc='Treatment of Zeros, Left-Censored and Missing Values in Compositional Data Sets'
arch=('any')
@ -15,7 +15,7 @@ depends=(
r-truncnorm
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ae22c86fe92368a26265933f42eecc518b9b69e7d9b698bc31bfaabfc3c48e95')
sha256sums=('a00d7d0ba861988b1836e947fd521d58137a4def04a5d7aa73a099314b7e530c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"