# Description: R module BiocFileCache # URL: https://bioconductor.org/packages/BiocFileCache # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: r r4-curl r4-dbi r4-dbplyr r4-dplyr r4-filelock r4-httr r4-rsqlite # Optional: r4-biocstyle r4-knitr r4-rmarkdown r4-rtracklayer r4-testthat name=r4-biocfilecache version=2.12.0 release=1 source=(https://bioconductor.org/packages/3.19/bioc/src/contrib/BiocFileCache_${version}.tar.gz) build() { cd BiocFileCache mkdir -p $PKG/usr/lib/R/library R CMD INSTALL . -l $PKG/usr/lib/R/library }