r-msstatsshiny: fix depends

This commit is contained in:
Pekka Ristola 2024-03-06 10:32:34 +02:00
parent 98489e11af
commit 3e9cda4699
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 8 additions and 5 deletions

View file

@ -1,10 +1,10 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=MSstatsShiny
_pkgver=1.4.2
_pkgver=1.4.3
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgrel=0
pkgdesc="MSstats GUI for Statistical Anaylsis of Proteomics Experiments"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
@ -19,10 +19,12 @@ depends=(
r-hmisc
r-htmltools
r-marray
r-mockery
r-msstats
r-msstatsconvert
r-msstatsptm
r-msstatstmt
r-plotly
r-readxl
r-shiny
r-shinybs
@ -33,7 +35,6 @@ depends=(
)
optdepends=(
r-knitr
r-mockery
r-rmarkdown
r-sessioninfo
r-shinytest2
@ -41,8 +42,8 @@ optdepends=(
r-tinytest
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('2a58cf6ab9674a13b96e66974d6b15a0')
b2sums=('9edbfb5a0a49d437b7aa4bdce41e54f1881f8e2f9a0bf23106fff13c769c58fc69ce4c280cbe0387cb0f6f5400a347284bbcc454bdb743adf1deda4fdd7ac525')
md5sums=('5ccab67d44c1dbead7fcac50e5c5b907')
b2sums=('744638557671dc074218bfb14366dc487e9e2cd9a9d07a51ee252fbb42e67c12cca2b126f27e165e544c122bc891625e30e1946c00f4fd9b16d9ea421e54903c')
build() {
mkdir build

View file

@ -12,10 +12,12 @@ repo_depends:
- r-hmisc
- r-htmltools
- r-marray
- r-mockery
- r-msstats
- r-msstatsconvert
- r-msstatsptm
- r-msstatstmt
- r-plotly
- r-readxl
- r-shiny
- r-shinybs