1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="Bioconductor package: statistical methods for the analysis of flow cytometry data for the R language."
8 url="http://www.bioconductor.org/help/bioc-views/release/bioc/html/flowStats.html"
9 license=("Artistic-2.0")
10 depends=('r' 'r-flowcore' 'r-fda' 'r-mvoutlier')
11 #source=(http://www.bioconductor.org/packages/2.7/bioc/src/contrib/flowStats_$pkgver.tar.gz)
12 source=(http://www.bioconductor.org/packages/release/bioc/src/contrib/flowStats_$pkgver.tar.gz)
15 mkdir -p $pkgdir/usr/lib/R/library
17 R CMD INSTALL -l ../pkg/usr/lib/R/library ./flowStats
19 md5sums=('320f25a4e182638a0c7aeae2dc04856e')