summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 17:02:25 +0000
committerBioArchLinuxBot2022-11-26 17:02:25 +0000
commit52a81e2df9a74b6cbd40335dabb720eda479a0bb (patch)
tree916bbb3f58fabebcba4ece0b0a0a6d6b036c4958
parent67aeb1070115c98ed9e044aa3248d93bec0600ab (diff)
downloadaur-52a81e2df9a74b6cbd40335dabb720eda479a0bb.tar.gz
[lilac] updated to 2.2.0-3
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18687407910c..4d6c3ad674dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-siamcat
pkgdesc = Statistical Inference of Associations between Microbial Communities And host phenoTypes
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/SIAMCAT
arch = any
license = GPL
@@ -12,10 +12,14 @@ pkgbase = r-siamcat
depends = r-gridbase
depends = r-gridextra
depends = r-infotheo
+ depends = r-lgr
depends = r-liblinear
+ depends = r-lmertest
depends = r-matrixstats
- depends = r-mlr
- depends = r-paramhelpers
+ depends = r-mlr3
+ depends = r-mlr3learners
+ depends = r-mlr3tuning
+ depends = r-paradox
depends = r-phyloseq
depends = r-proc
depends = r-progress
@@ -23,12 +27,6 @@ pkgbase = r-siamcat
depends = r-rcolorbrewer
depends = r-scales
depends = r-stringr
- depends = r-mlr3
- depends = r-lmertest
- depends = r-mlr3learners
- depends = r-mlr3tuning
- depends = r-paradox
- depends = r-lgr
optdepends = r-biocstyle
optdepends = r-ggpubr
optdepends = r-knitr
diff --git a/PKGBUILD b/PKGBUILD
index e4cf55546a4b..eac4bbf91479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=SIAMCAT
_pkgver=2.2.0
pkgname=r-${_pkgname,,}
pkgver=2.2.0
-pkgrel=1
+pkgrel=3
pkgdesc='Statistical Inference of Associations between Microbial Communities And host phenoTypes'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -17,10 +17,14 @@ depends=(
r-gridbase
r-gridextra
r-infotheo
+ r-lgr
r-liblinear
+ r-lmertest
r-matrixstats
- r-mlr
- r-paramhelpers
+ r-mlr3
+ r-mlr3learners
+ r-mlr3tuning
+ r-paradox
r-phyloseq
r-proc
r-progress
@@ -28,12 +32,6 @@ depends=(
r-rcolorbrewer
r-scales
r-stringr
- r-mlr3
- r-lmertest
- r-mlr3learners
- r-mlr3tuning
- r-paradox
- r-lgr
)
optdepends=(
r-biocstyle