summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-23 18:05:06 +0000
committerBioArchLinuxBot2025-04-23 18:05:06 +0000
commit0f0329af9d08f10ad29aea349ddcc0ac13ffe220 (patch)
tree85037523543546e284cdb4db835f1c8b2fc06bf1 /PKGBUILD
parentee4dad6057c3189c6f8d9f45d08806d84a044414 (diff)
downloadaur-0f0329af9d08f10ad29aea349ddcc0ac13ffe220.tar.gz
[lilac] updated to 1.42.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af2c76f71bf5..7d70fecc4033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=erccdashboard
-_pkgver=1.38.0
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.42.0
pkgrel=1
pkgdesc='Assess Differential Gene Expression Experiments with ERCC Controls'
arch=('any')
@@ -16,6 +16,7 @@ depends=(
r-gplots
r-gridextra
r-gtools
+ r-knitr
r-limma
r-locfit
r-plyr
@@ -26,7 +27,7 @@ depends=(
r-stringr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c712a19851b63c5402c63b24f68f1acd0adce3257a2482a662f3cd979c9ef031')
+sha256sums=('3c919a187dc45ff19bf67409f8ddec54d07b92698cfc71c1f443c61a02f77d80')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"