mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-newwave: auto updated to 1.6.0-1
This commit is contained in:
parent
b4de34cecd
commit
214901a0da
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=NewWave
|
_pkgname=NewWave
|
||||||
_pkgver=1.4.0
|
_pkgver=1.6.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.4.0
|
pkgver=1.6.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Negative binomial model for scRNA-seq'
|
pkgdesc='Negative binomial model for scRNA-seq'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -30,7 +30,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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")
|
||||||
sha256sums=('c5eb1c0df65c9042399ed94a8340aed32bd20b4e6e7f39c1c5f83a328132840c')
|
sha256sums=('6bc7ce0d0a49e10385517a196890d623753d080f1333f9f09cb6c549fdf69fcc')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue