# Description: R module assorthead # URL: https://bioconductor.org/packages/assorthead # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: r # Optional: r4-biocstyle r4-knitr r4-rmarkdown name=r4-assorthead version=1.2.0 release=1 source=(https://bioconductor.org/packages/3.21/bioc/src/contrib/assorthead_${version}.tar.gz) build() { cd assorthead mkdir -p $PKG/usr/lib/R/library R CMD INSTALL . -l $PKG/usr/lib/R/library }