diff options
author | BioArchLinuxBot | 2024-05-02 22:46:58 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-02 22:46:58 +0000 |
commit | fff4483a84fd6e016588cc974e6122c8373b1976 (patch) | |
tree | 1690c69aead7a27236db1ea1fba442ae22315318 | |
parent | ff077c3a9789e8f4ba2367df03abb73278c2bd0a (diff) | |
download | aur-fff4483a84fd6e016588cc974e6122c8373b1976.tar.gz |
[lilac] updated to 1.36.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-ropls pkgdesc = PCA, PLS(-DA) and OPLS(-DA) for multivariate analysis and feature selection of omics data - pkgver = 1.34.0 + pkgver = 1.36.0 pkgrel = 1 url = https://bioconductor.org/packages/ropls arch = any @@ -19,7 +19,7 @@ pkgbase = r-ropls optdepends = r-omicade4 optdepends = r-rmarkdown optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/ropls_1.34.0.tar.gz - sha256sums = fbdcde1abdf5169f549c645362c5f7fd2072a796f1913d320613ffab160b72cc + source = https://bioconductor.org/packages/release/bioc/src/contrib/ropls_1.36.0.tar.gz + sha256sums = 2154c3003759b03d3ee9bb11fc3a0c954a11611206363ca26b019abcf2e7b331 pkgname = r-ropls @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=ropls -_pkgver=1.34.0 +_pkgver=1.36.0 pkgname=r-${_pkgname,,} -pkgver=1.34.0 +pkgver=1.36.0 pkgrel=1 pkgdesc='PCA, PLS(-DA) and OPLS(-DA) for multivariate analysis and feature selection of omics data' arch=('any') @@ -28,7 +28,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('fbdcde1abdf5169f549c645362c5f7fd2072a796f1913d320613ffab160b72cc') +sha256sums=('2154c3003759b03d3ee9bb11fc3a0c954a11611206363ca26b019abcf2e7b331') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |