mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-glmnet: auto updated to 4.1.4-1
This commit is contained in:
parent
e51f59dda9
commit
19aca8f0b5
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=glmnet
|
||||
_pkgver=4.1-3
|
||||
_pkgver=4.1-4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=4.1.3
|
||||
pkgrel=2
|
||||
pkgver=4.1.4
|
||||
pkgrel=1
|
||||
pkgdesc='Lasso and Elastic-Net Regularized Generalized Linear Models'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -29,7 +29,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('64bc35aa40b6e580cfb8a21e649eb103e996e8747a10c476b8bb9545c846325a')
|
||||
sha256sums=('f6b0f70a0b3d81ff91c2b94f795a2a32e90dd458270f1a29e49e085dd65000f9')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue