r-graper: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 02:23:15 +00:00
parent 9456a5e1d7
commit 89c305e76b

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=graper
_pkgver=1.10.0
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=1.10.0
pkgrel=2
pkgver=1.12.0
pkgrel=1
pkgdesc='Adaptive penalization in high-dimensional regression and classification with external covariates using variational Bayes'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5185eeb8949a0080fb7327a7d9e61677df90283d8b268da28958b8a8e3557aac')
sha256sums=('67918e9e349458e3e2b7e6b76f8d7efcd24d71684f2d8ed6abff75961a99aea1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"