mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ridge: auto updated to 3.3-1
This commit is contained in:
parent
400d5717fc
commit
7e9a69d598
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
_pkgname=ridge
|
||||
_pkgver=3.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgver=3.3
|
||||
pkgrel=1
|
||||
pkgdesc='Ridge Regression with Automatic Selection of the Penalty Parameter'
|
||||
arch=('x86_64')
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a')
|
||||
sha256sums=('5c2daecf6f97aa099ef5fa54f8448518c4f2ed6e44dd29fc60621a70721c60f5')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue