mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-glmnet: auto updated to 4.1.7-1
This commit is contained in:
parent
6c07695dfb
commit
8714d1c9b2
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=glmnet
|
_pkgname=glmnet
|
||||||
_pkgver=4.1-6
|
_pkgver=4.1-7
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=4.1.6
|
pkgver=4.1.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Lasso and Elastic-Net Regularized Generalized Linear Models'
|
pkgdesc='Lasso and Elastic-Net Regularized Generalized Linear Models'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -29,7 +29,7 @@ makedepends=(
|
||||||
gcc-fortran
|
gcc-fortran
|
||||||
)
|
)
|
||||||
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=('bec4c6cea284d0dc24bbdac3e623f0772cea1d74ef77e718651e3830c74b7e30')
|
sha256sums=('b3a0b606d99df0256eb68e6ebd271e071b246900a4379641af2e7d548c70eaa8')
|
||||||
|
|
||||||
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