mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-msstatsshiny: fix depends
This commit is contained in:
parent
98489e11af
commit
3e9cda4699
2 changed files with 8 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||||
|
|
||||||
_pkgname=MSstatsShiny
|
_pkgname=MSstatsShiny
|
||||||
_pkgver=1.4.2
|
_pkgver=1.4.3
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="MSstats GUI for Statistical Anaylsis of Proteomics Experiments"
|
pkgdesc="MSstats GUI for Statistical Anaylsis of Proteomics Experiments"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://bioconductor.org/packages/$_pkgname"
|
url="https://bioconductor.org/packages/$_pkgname"
|
||||||
|
@ -19,10 +19,12 @@ depends=(
|
||||||
r-hmisc
|
r-hmisc
|
||||||
r-htmltools
|
r-htmltools
|
||||||
r-marray
|
r-marray
|
||||||
|
r-mockery
|
||||||
r-msstats
|
r-msstats
|
||||||
r-msstatsconvert
|
r-msstatsconvert
|
||||||
r-msstatsptm
|
r-msstatsptm
|
||||||
r-msstatstmt
|
r-msstatstmt
|
||||||
|
r-plotly
|
||||||
r-readxl
|
r-readxl
|
||||||
r-shiny
|
r-shiny
|
||||||
r-shinybs
|
r-shinybs
|
||||||
|
@ -33,7 +35,6 @@ depends=(
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
r-knitr
|
r-knitr
|
||||||
r-mockery
|
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
r-sessioninfo
|
r-sessioninfo
|
||||||
r-shinytest2
|
r-shinytest2
|
||||||
|
@ -41,8 +42,8 @@ optdepends=(
|
||||||
r-tinytest
|
r-tinytest
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('2a58cf6ab9674a13b96e66974d6b15a0')
|
md5sums=('5ccab67d44c1dbead7fcac50e5c5b907')
|
||||||
b2sums=('9edbfb5a0a49d437b7aa4bdce41e54f1881f8e2f9a0bf23106fff13c769c58fc69ce4c280cbe0387cb0f6f5400a347284bbcc454bdb743adf1deda4fdd7ac525')
|
b2sums=('744638557671dc074218bfb14366dc487e9e2cd9a9d07a51ee252fbb42e67c12cca2b126f27e165e544c122bc891625e30e1946c00f4fd9b16d9ea421e54903c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
|
@ -12,10 +12,12 @@ repo_depends:
|
||||||
- r-hmisc
|
- r-hmisc
|
||||||
- r-htmltools
|
- r-htmltools
|
||||||
- r-marray
|
- r-marray
|
||||||
|
- r-mockery
|
||||||
- r-msstats
|
- r-msstats
|
||||||
- r-msstatsconvert
|
- r-msstatsconvert
|
||||||
- r-msstatsptm
|
- r-msstatsptm
|
||||||
- r-msstatstmt
|
- r-msstatstmt
|
||||||
|
- r-plotly
|
||||||
- r-readxl
|
- r-readxl
|
||||||
- r-shiny
|
- r-shiny
|
||||||
- r-shinybs
|
- r-shinybs
|
||||||
|
|
Loading…
Add table
Reference in a new issue