1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast. For the R language."
8 url="http://cran.r-project.org/web/packages/reshape/index.html"
10 depends=('r' 'r-plyr')
11 source=(http://cran.r-project.org/src/contrib/reshape_$pkgver.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./reshape
18 #reshape doesn't come with a license spelled out in its entirety, it just says 'MIT'
19 install -D -m644 $srcdir/reshape/DESCRIPTION $pkgdir/usr/share/licenses/r-reshape/DESCRIPTION
21 md5sums=('eade37fd6dc3b2f12207b5eb259ab41f')