1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="Likelihood-based marginal regression and association modelling for the R language."
8 url="http://cran.r-project.org/web/packages/drm/index.html"
11 source=(http://cran.r-project.org/src/contrib/drm_${pkgver//_/-}.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./drm
18 md5sums=('a4e9fa6b648421cb42bc0e51228d3b97')