mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-lmdme: auto updated to 1.46.0-1
This commit is contained in:
parent
6965a4acd6
commit
ab371b517a
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=lmdme
|
_pkgname=lmdme
|
||||||
_pkgver=1.44.0
|
_pkgver=1.46.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.44.0
|
pkgver=1.46.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Linear Model decomposition for Designed Multivariate Experiments'
|
pkgdesc='Linear Model decomposition for Designed Multivariate Experiments'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -19,7 +19,7 @@ optdepends=(
|
||||||
r-parallel
|
r-parallel
|
||||||
)
|
)
|
||||||
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=('5a8098b15b0a89be76d812ac27b344b28dafd0a3de2bd0ead9c2ce24fca511cc')
|
sha256sums=('0f053bac608d0d03f23dbc5d1203f86fd12bc88698be0a1fee57a619c9a237a7')
|
||||||
|
|
||||||
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