# Description: R module beachmat # URL: https://cran.r-project.org/web/packages/beachmat # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: r r4-assorthead r4-biocgenerics r4-delayedarray r4-matrix r4-rcpp r4-sparsearray # Optional: r4-beachmat-hdf5 r4-biocparallel r4-biocstyle r4-hdf5array r4-knitr r4-rcmdcheck r4-rmarkdown r4-testthat name=r4-beachmat version=2.27.5 release=1 source=(https://bioconductor.org/packages/3.23/bioc/src/contrib/beachmat_${version}.tar.gz) build() { cd beachmat mkdir -p $PKG/usr/lib/R/library R CMD INSTALL . -l $PKG/usr/lib/R/library }