mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cvms: auto updated to 1.3.5-1
This commit is contained in:
parent
033ecf63d8
commit
b82d36c5b2
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=cvms
|
||||
_pkgver=1.3.4
|
||||
_pkgver=1.3.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.3.4
|
||||
pkgrel=3
|
||||
pkgver=1.3.5
|
||||
pkgrel=1
|
||||
pkgdesc='Cross-Validation for Model Selection'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -46,7 +46,7 @@ optdepends=(
|
|||
r-xpectr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9bbf0d0465b18f26be2c8812866428ea3b9f6555c0d2dbcef2045d0c597bc0f3')
|
||||
sha256sums=('06adf42f4e348a5980baee6574254b052fb9b68a866a11376d5074b1dcd74935')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue