1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="Library accompanying S. Weisberg (2005), 'Applied Linear Regression,' 3rd edition, Wiley. For the R language."
8 url="http://cran.r-project.org/web/packages/alr3/index.html"
11 source=(http://cran.r-project.org/src/contrib/alr3_${pkgver//_/-}.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./alr3
19 md5sums=('80386f38d3b9379229c0cb6deb81e72f')