fix: depends for newer version

This commit is contained in:
sukanka 2022-12-10 10:24:28 +08:00
parent 30f6d95edd
commit 6687677061
7 changed files with 14 additions and 4 deletions

View file

@ -4,7 +4,7 @@ _pkgname=deconvR
_pkgver=1.4.2
pkgname=r-${_pkgname,,}
pkgver=1.4.2
pkgrel=1
pkgrel=2
pkgdesc='Simulation and Deconvolution of Omic Profiles'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -22,6 +22,7 @@ depends=(
r-magrittr
r-matrixstats
r-methylkit
r-minfi
r-nnls
r-quadprog
r-rsq

View file

@ -14,6 +14,7 @@ repo_depends:
- r-magrittr
- r-matrixstats
- r-methylkit
- r-minfi
- r-nnls
- r-quadprog
- r-rsq

View file

@ -4,7 +4,7 @@ _pkgname=htmltools
_pkgver=0.5.3
pkgname=r-${_pkgname,,}
pkgver=0.5.3
pkgrel=2
pkgrel=3
pkgdesc='Tools for HTML'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -13,6 +13,7 @@ depends=(
r
r-base64enc
r-digest
r-ellipsis
r-fastmap
r-rlang
)

View file

@ -5,6 +5,7 @@ maintainers:
repo_depends:
- r-base64enc
- r-digest
- r-ellipsis
- r-fastmap
- r-rlang
update_on:

View file

@ -4,7 +4,7 @@ _pkgname=mixtools
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=1.2.0
pkgrel=5
pkgrel=6
pkgdesc='Tools for Analyzing Finite Mixture Models'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -12,6 +12,8 @@ license=('GPL')
depends=(
r
r-kernlab
r-plotly
r-scales
r-segmented
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")

View file

@ -4,6 +4,8 @@ maintainers:
email: kuoi@bioarchlinux.org
repo_depends:
- r-kernlab
- r-plotly
- r-scales
- r-segmented
update_on:
- regex: mixtools_([\d._-]+).tar.gz

View file

@ -4,7 +4,7 @@ _pkgname=reactable
_pkgver=0.4.0
pkgname=r-${_pkgname,,}
pkgver=0.4.0
pkgrel=1
pkgrel=2
pkgdesc="Interactive Data Tables Based on 'React Table'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -22,6 +22,7 @@ optdepends=(
r-crosstalk
r-dplyr
r-fontawesome
r-knitr
r-leaflet
r-mass
r-rmarkdown
@ -29,6 +30,7 @@ optdepends=(
r-sparkline
r-testthat
r-tippy
r-v8
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('13b15ed4307a1f80ad8b4ad1639c1c92d85b7f7ce383ead9367e5c05d9bf7c26')