updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / r-iterators / PKGBUILD
blob99d3266994ca288c062f4bdea1592ec24a5e34e7
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-iterators
4 pkgver=1.0.4
5 pkgrel=1
6 pkgdesc="An R package to traverse through all the elements of a vector, list, or other collection of data."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/iterators/index.html"
9 license=('APACHE')
10 depends=('r')
11 source=(http://cran.r-project.org/src/contrib/iterators_$pkgver.tar.gz)
13 build() {
14  mkdir -p $pkgdir/usr/lib/R/library
15  cd $srcdir
16  R CMD INSTALL -l ../pkg/usr/lib/R/library ./iterators
18 md5sums=('4b7790695bcbe1dcc37b5a9a21780c65')