1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="An implementation of the grammar of graphics in R."
8 url="http://cran.r-project.org/web/packages/ggplot2/index.html"
10 depends=('r' 'r-colorbrewer' 'r-colorspace' 'r-digest' 'r-proto' 'r-reshape')
11 source=(http://cran.r-project.org/src/contrib/ggplot2_$pkgver.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./ggplot2
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=('09295c5e14411c15a282f9da4cb1562f')