1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="Robust PCA by Projection Pursuit package for the R language."
8 url="http://cran.r-project.org/web/packages/pcaPP/index.html"
10 depends=('r' 'r-mvtnorm')
11 source=(http://cran.r-project.org/src/contrib/pcaPP_${pkgver//_/-}.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./pcaPP
18 md5sums=('e8172a0e9d5341882c5d4b345e716efc')