mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix: r-bslib, rseqc, rebuild r-cellmix
This commit is contained in:
parent
c2e8429e1e
commit
40f7f2214b
4 changed files with 9 additions and 4 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=bslib
|
_pkgname=bslib
|
||||||
_pkgver=0.3.1
|
_pkgver=0.4.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.3.1
|
pkgver=0.4.0
|
||||||
pkgrel=4
|
pkgrel=0
|
||||||
pkgdesc="Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'"
|
pkgdesc="Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'"
|
||||||
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-cachem
|
||||||
r-htmltools
|
r-htmltools
|
||||||
r-jquerylib
|
r-jquerylib
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
|
r-memoise
|
||||||
r-rlang
|
r-rlang
|
||||||
r-sass
|
r-sass
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,9 +3,11 @@ maintainers:
|
||||||
- github: starsareintherose
|
- github: starsareintherose
|
||||||
email: git@malacology.net
|
email: git@malacology.net
|
||||||
repo_depends:
|
repo_depends:
|
||||||
|
- r-cachem
|
||||||
- r-htmltools
|
- r-htmltools
|
||||||
- r-jquerylib
|
- r-jquerylib
|
||||||
- r-jsonlite
|
- r-jsonlite
|
||||||
|
- r-memoise
|
||||||
- r-rlang
|
- r-rlang
|
||||||
- r-sass
|
- r-sass
|
||||||
update_on:
|
update_on:
|
||||||
|
|
|
@ -3,7 +3,7 @@ _pkgname=CellMix
|
||||||
_pkgver=1.6.2
|
_pkgver=1.6.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.6.2
|
pkgver=1.6.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A Comprehensive Toolbox for Gene Expression Deconvolution"
|
pkgdesc="A Comprehensive Toolbox for Gene Expression Deconvolution"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://web.cbio.uct.ac.za/~renaud/CRAN/web/CellMix/"
|
url="http://web.cbio.uct.ac.za/~renaud/CRAN/web/CellMix/"
|
||||||
|
|
|
@ -5,6 +5,7 @@ maintainers:
|
||||||
repo_depends:
|
repo_depends:
|
||||||
- python-pybigwig
|
- python-pybigwig
|
||||||
- python-bx
|
- python-bx
|
||||||
|
- python-pysam
|
||||||
update_on:
|
update_on:
|
||||||
- source: regex
|
- source: regex
|
||||||
regex: 'RSeQC v(\d+.\d+.\d+)'
|
regex: 'RSeQC v(\d+.\d+.\d+)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue