1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="Multiple concentration-response, dose-response and time-response curve analysis. For the R language."
8 url="http://cran.r-project.org/web/packages/drc/index.html"
10 depends=('r' 'r-alr3' 'r-gtools' 'r-magic' 'r-plotrix')
11 source=(http://cran.r-project.org/src/contrib/drc_${pkgver//_/-}.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./drc
18 md5sums=('53ebd638b5666c3f453627e1714c8082')