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