1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="flowCore: Basic flow cytometry data structures for the R language."
8 url="http://www.bioconductor.org/packages/release/bioc/html/flowCore.html"
9 license=("Artistic-2.0")
10 depends=('r' 'r-biobase' 'r-feature' 'r-graph' 'r-rrcov')
11 source=(http://www.bioconductor.org/packages/release/bioc/src/contrib/flowCore_$pkgver.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./flowCore
18 md5sums=('216dff98ec29a622e826614bcaaec762')