mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-sctransform: auto updated to 0.3.5-1
This commit is contained in:
parent
79dd6d25d7
commit
f7d2c05147
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=sctransform
|
||||
_pkgver=0.3.4
|
||||
_pkgver=0.3.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.4
|
||||
pkgrel=2
|
||||
pkgver=0.3.5
|
||||
pkgrel=1
|
||||
pkgdesc='Variance Stabilizing Transformations for Single Cell UMI Data'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -30,7 +30,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('0f6c8b63195c2a38012eb220744b7022bd731afcc5d2ad4a51e4709ee7d215da')
|
||||
sha256sums=('c08e56df05d64ed04ee53eb9e1d4d321da8aff945e36d56db1d5ceb1cd7e6e0b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue