summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:36:13 +0000
committerBioArchLinuxBot2024-05-01 20:36:13 +0000
commita55f9e981dddac91a3f4607d2789e0e2f47cc473 (patch)
tree2b402b07c852d30c956905c01270177acffd94cb
parent3e27e161516d3091abf72107246b87b3ebb0f5e6 (diff)
downloadaur-r-graper.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 353add1e9042..1a9c5018e7c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-graper
pkgdesc = Adaptive penalization in high-dimensional regression and classification with external covariates using variational Bayes
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/graper
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = r-graper
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/graper_1.18.0.tar.gz
- sha256sums = eb08791f3163d93ecfd2a3663c6324b5f0f140849afd4a258469c7535d2b193e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/graper_1.20.0.tar.gz
+ sha256sums = 91474a34e77766fbbdae549fad6f6c94afde148fba76b65eecebf73936db9fc1
pkgname = r-graper
diff --git a/PKGBUILD b/PKGBUILD
index 975b2e773cca..e1ce8a35fe1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=graper
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Adaptive penalization in high-dimensional regression and classification with external covariates using variational Bayes'
arch=('x86_64')
@@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('eb08791f3163d93ecfd2a3663c6324b5f0f140849afd4a258469c7535d2b193e')
+sha256sums=('91474a34e77766fbbdae549fad6f6c94afde148fba76b65eecebf73936db9fc1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"