mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-*: update depends
This commit is contained in:
parent
fa9735383b
commit
c36770a39b
9 changed files with 17 additions and 9 deletions
|
@ -4,13 +4,14 @@ _pkgname=hardhat
|
||||||
_pkgver=1.3.0
|
_pkgver=1.3.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.3.0
|
pkgver=1.3.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Construct Modeling Packages'
|
pkgdesc='Construct Modeling Packages'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
|
r-cli
|
||||||
r-glue
|
r-glue
|
||||||
r-rlang
|
r-rlang
|
||||||
r-tibble
|
r-tibble
|
||||||
|
|
|
@ -3,6 +3,7 @@ maintainers:
|
||||||
- github: starsareintherose
|
- github: starsareintherose
|
||||||
email: kuoi@bioarchlinux.org
|
email: kuoi@bioarchlinux.org
|
||||||
repo_depends:
|
repo_depends:
|
||||||
|
- r-cli
|
||||||
- r-glue
|
- r-glue
|
||||||
- r-rlang
|
- r-rlang
|
||||||
- r-tibble
|
- r-tibble
|
||||||
|
|
|
@ -8,7 +8,7 @@ _pkgname=loo
|
||||||
_pkgver=2.5.1
|
_pkgver=2.5.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.5.1
|
pkgver=2.5.1
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc='Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models'
|
pkgdesc='Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -25,6 +25,7 @@ optdepends=(
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-graphics
|
r-graphics
|
||||||
r-knitr
|
r-knitr
|
||||||
|
r-posterior
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
r-rstan
|
r-rstan
|
||||||
r-rstanarm
|
r-rstanarm
|
||||||
|
|
|
@ -4,7 +4,7 @@ _pkgname=MSstats
|
||||||
_pkgver=4.6.3
|
_pkgver=4.6.3
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=4.6.3
|
pkgver=4.6.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Protein Significance Analysis in DDA, SRM and DIA for Label-free or Label-based Proteomics Experiments'
|
pkgdesc='Protein Significance Analysis in DDA, SRM and DIA for Label-free or Label-based Proteomics Experiments'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -23,6 +23,7 @@ depends=(
|
||||||
r-preprocesscore
|
r-preprocesscore
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcpparmadillo
|
r-rcpparmadillo
|
||||||
|
r-statmod
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
r-biocstyle
|
r-biocstyle
|
||||||
|
|
|
@ -15,6 +15,7 @@ repo_depends:
|
||||||
- r-preprocesscore
|
- r-preprocesscore
|
||||||
- r-rcpp
|
- r-rcpp
|
||||||
- r-rcpparmadillo
|
- r-rcpparmadillo
|
||||||
|
- r-statmod
|
||||||
update_on:
|
update_on:
|
||||||
- regex: MSstats_([\d._-]+).tar.gz
|
- regex: MSstats_([\d._-]+).tar.gz
|
||||||
source: regex
|
source: regex
|
||||||
|
|
|
@ -4,21 +4,23 @@ _pkgname=recountmethylation
|
||||||
_pkgver=1.8.3
|
_pkgver=1.8.3
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.8.3
|
pkgver=1.8.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Access and analyze DNA methylation database compilations'
|
pkgdesc='Access and analyze DNA methylation database compilations'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
license=('Artistic2.0')
|
license=('Artistic2.0')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
|
r-basilisk
|
||||||
r-biocfilecache
|
r-biocfilecache
|
||||||
|
r-delayedmatrixstats
|
||||||
r-hdf5array
|
r-hdf5array
|
||||||
r-minfi
|
r-minfi
|
||||||
r-r.utils
|
r-r.utils
|
||||||
r-rcurl
|
r-rcurl
|
||||||
|
r-reticulate
|
||||||
r-rhdf5
|
r-rhdf5
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-illuminahumanmethylation450kmanifest
|
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
r-annotationhub
|
r-annotationhub
|
||||||
|
@ -29,6 +31,7 @@ optdepends=(
|
||||||
r-gridextra
|
r-gridextra
|
||||||
r-knitr
|
r-knitr
|
||||||
r-limma
|
r-limma
|
||||||
|
r-minfidata
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,14 +3,16 @@ maintainers:
|
||||||
- github: starsareintherose
|
- github: starsareintherose
|
||||||
email: kuoi@bioarchlinux.org
|
email: kuoi@bioarchlinux.org
|
||||||
repo_depends:
|
repo_depends:
|
||||||
|
- r-basilisk
|
||||||
- r-biocfilecache
|
- r-biocfilecache
|
||||||
|
- r-delayedmatrixstats
|
||||||
- r-hdf5array
|
- r-hdf5array
|
||||||
- r-minfi
|
- r-minfi
|
||||||
- r-r.utils
|
- r-r.utils
|
||||||
- r-rcurl
|
- r-rcurl
|
||||||
|
- r-reticulate
|
||||||
- r-rhdf5
|
- r-rhdf5
|
||||||
- r-s4vectors
|
- r-s4vectors
|
||||||
- r-illuminahumanmethylation450kmanifest
|
|
||||||
update_on:
|
update_on:
|
||||||
- regex: recountmethylation_([\d._-]+).tar.gz
|
- regex: recountmethylation_([\d._-]+).tar.gz
|
||||||
source: regex
|
source: regex
|
||||||
|
|
|
@ -4,7 +4,7 @@ _pkgname=SCFA
|
||||||
_pkgver=1.8.1
|
_pkgver=1.8.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.8.1
|
pkgver=1.8.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='SCFA: Subtyping via Consensus Factor Analysis'
|
pkgdesc='SCFA: Subtyping via Consensus Factor Analysis'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -12,7 +12,6 @@ license=('LGPL')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
r-biocparallel
|
r-biocparallel
|
||||||
r-clustercrit
|
|
||||||
r-coro
|
r-coro
|
||||||
r-glmnet
|
r-glmnet
|
||||||
r-igraph
|
r-igraph
|
||||||
|
|
|
@ -4,7 +4,6 @@ maintainers:
|
||||||
email: kuoi@bioarchlinux.org
|
email: kuoi@bioarchlinux.org
|
||||||
repo_depends:
|
repo_depends:
|
||||||
- r-biocparallel
|
- r-biocparallel
|
||||||
- r-clustercrit
|
|
||||||
- r-coro
|
- r-coro
|
||||||
- r-glmnet
|
- r-glmnet
|
||||||
- r-igraph
|
- r-igraph
|
||||||
|
|
Loading…
Add table
Reference in a new issue