mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-candisc: auto updated to 0.9.0-1
This commit is contained in:
parent
2de5437583
commit
d5df3d5652
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=candisc
|
||||
_pkgver=0.8-6
|
||||
_pkgver=0.9.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.8.6
|
||||
pkgrel=7
|
||||
pkgver=0.9.0
|
||||
pkgrel=1
|
||||
pkgdesc='Visualizing Generalized Canonical Discriminant and Canonical Correlation Analysis'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-rpart.plot
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9645a3c0f8a0f7ee1e0c4de6cac4d3432177e6d3975fa538cdb060f5e480709d')
|
||||
sha256sums=('a488a51a2931c18d4541a67539892646b67d9d4d286995660e0d2c087a858572')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue