r-penalized: auto updated to 0.9.51-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 09:38:25 +08:00
parent b34de29178
commit 92fd87bcc9

View file

@ -3,7 +3,7 @@
_pkgname=penalized _pkgname=penalized
_pkgver=0.9-51 _pkgver=0.9-51
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.} pkgver=0.9.51
pkgrel=1 pkgrel=1
pkgdesc='L1 (Lasso and Fused Lasso) and L2 (Ridge) Penalized Estimation in GLMs and in the Cox Model' pkgdesc='L1 (Lasso and Fused Lasso) and L2 (Ridge) Penalized Estimation in GLMs and in the Cox Model'
arch=('x86_64') arch=('x86_64')
@ -18,7 +18,7 @@ optdepends=(
r-globaltest r-globaltest
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a') sha256sums=('eaa80dca99981fb9eb576261f30046cfe492d014cc2bf286c447b03a92e299fd')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"