# Description: R module yaGST # URL: https://github.com/miccec/yaGST # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: r r4-ggplot2 r4-doparallel name=r4-yagst version=56227df release=1 source=(https://github.com/miccec/yaGST/archive/$version/yaGST-56227df3ae183070c9d156af11c306ee799435e6.tar.gz) build() { cd yaGST-${version}* mkdir -p "$PKG"/usr/lib/R/library R CMD INSTALL . -l "$PKG"/usr/lib/R/library }