1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="Biocore annotation for microarrays for the R language"
8 url="http://www.bioconductor.org/packages/release/bioc/html/annotate.html"
9 license=("Artistic-2.0")
10 depends=('r' 'r-annotationdbi' 'r-xtable')
11 source=(http://www.bioconductor.org/packages/release/bioc/src/contrib/annotate_$pkgver.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./annotate
18 md5sums=('a2f48bd0785383e45a3a38be3719873c')