mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-fastica: auto updated to 1.2.4-1
This commit is contained in:
parent
f32a872400
commit
e167bf5a78
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=fastICA
|
||||
_pkgver=1.2-3
|
||||
_pkgver=1.2-4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.3
|
||||
pkgrel=8
|
||||
pkgver=1.2.4
|
||||
pkgrel=1
|
||||
pkgdesc='FastICA Algorithms to Perform ICA and Projection Pursuit'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ optdepends=(
|
|||
r-mass
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('e9ef82644cb64bb49ae3b7b6e0885f4fb2dc08ae030f8c76fe8dd8507b658950')
|
||||
sha256sums=('ed6988ea410d1a75bf4f4925edcac5a660a417e33ba0a939bc0351e534df5f2f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue