mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix depends for failed pkgs
This commit is contained in:
parent
34a58d42b8
commit
abd7837bd7
6 changed files with 10 additions and 7 deletions
|
@ -4,13 +4,14 @@ _pkgname=GENLIB
|
|||
_pkgver=1.1.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1.5
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc='Genealogical Data Analysis'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(
|
||||
r
|
||||
r-bh
|
||||
r-bootstrap
|
||||
r-doparallel
|
||||
r-foreach
|
||||
|
|
|
@ -3,6 +3,7 @@ maintainers:
|
|||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
repo_depends:
|
||||
- r-bh
|
||||
- r-bootstrap
|
||||
- r-doparallel
|
||||
- r-foreach
|
||||
|
|
|
@ -4,7 +4,7 @@ _pkgname=lisaClust
|
|||
_pkgver=1.6.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='lisaClust: Clustering of Local Indicators of Spatial Association'
|
||||
arch=('any')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ depends=(
|
|||
r-s4vectors
|
||||
r-singlecellexperiment
|
||||
r-spatialexperiment
|
||||
r-spatstat.core
|
||||
r-spatstat.explore
|
||||
r-spatstat.geom
|
||||
r-spicyr
|
||||
r-summarizedexperiment
|
||||
|
|
|
@ -14,7 +14,7 @@ repo_depends:
|
|||
- r-s4vectors
|
||||
- r-singlecellexperiment
|
||||
- r-spatialexperiment
|
||||
- r-spatstat.core
|
||||
- r-spatstat.explore
|
||||
- r-spatstat.geom
|
||||
- r-spicyr
|
||||
- r-summarizedexperiment
|
||||
|
|
|
@ -4,7 +4,7 @@ _pkgname=spicyR
|
|||
_pkgver=1.10.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Spatial analysis of in situ cytometry data'
|
||||
arch=('any')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -27,7 +27,7 @@ depends=(
|
|||
r-scam
|
||||
r-singlecellexperiment
|
||||
r-spatialexperiment
|
||||
r-spatstat.core
|
||||
r-spatstat.explore
|
||||
r-spatstat.geom
|
||||
r-summarizedexperiment
|
||||
r-tidyr
|
||||
|
@ -35,6 +35,7 @@ depends=(
|
|||
optdepends=(
|
||||
r-biocstyle
|
||||
r-knitr
|
||||
r-pkgdown
|
||||
r-rmarkdown
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
|
|
|
@ -19,7 +19,7 @@ repo_depends:
|
|||
- r-scam
|
||||
- r-singlecellexperiment
|
||||
- r-spatialexperiment
|
||||
- r-spatstat.core
|
||||
- r-spatstat.explore
|
||||
- r-spatstat.geom
|
||||
- r-summarizedexperiment
|
||||
- r-tidyr
|
||||
|
|
Loading…
Add table
Reference in a new issue