r-causalr: auto updated to 1.34.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 23:58:23 +00:00
parent b0c0848533
commit 4aa229b9f2

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CausalR
_pkgver=1.32.0
_pkgver=1.34.0
pkgname=r-${_pkgname,,}
pkgver=1.32.0
pkgver=1.34.0
pkgrel=1
pkgdesc='Causal network analysis methods'
arch=('any')
@ -19,7 +19,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('526789daaddc4532fb7d7df4248f54a22425e35210d098211c618ff09974fa61')
sha256sums=('7b24791be6d6605439fbcc09bb9c1edae6b50e85ad88e65d125ef5c565fae4a1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"