# Maintainer: Guoyi Zhang _pkgname=GSgalgoR _pkgver=1.12.0 pkgname=r-${_pkgname,,} pkgver=1.12.0 pkgrel=1 pkgdesc='An Evolutionary Framework for the Identification and Study of Prognostic Gene Expression Signatures in Cancer' arch=('any') url="https://bioconductor.org/packages/${_pkgname}" license=('MIT') depends=( r r-doparallel r-foreach r-matchingr r-nsga2r r-proxy ) optdepends=( r-biobase r-biocstyle r-breastcancertransbig r-breastcancerupp r-genefu r-ggplot2 r-ic10trainingdata r-knitr r-pamr r-rmarkdown r-survcomp r-survminer r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('11d00c41b31dedec0e9a99b1d0bcc880adad46d0a06ecbfac8be32236643fdfb') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" } package() { install -dm0755 "${pkgdir}/usr/lib/R/library" cp -a --no-preserve=ownership "${_pkgname}" "${pkgdir}/usr/lib/R/library" install -Dm644 "${_pkgname}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}" } # vim:set ts=2 sw=2 et: