r-ridge: auto updated to 3.3-1

This commit is contained in:
BioArchLinuxBot 2022-05-11 00:01:53 +00:00
parent 400d5717fc
commit 7e9a69d598

View file

@ -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}"