# Description: R module gggenomes # URL: https://cran.r-project.org/web/packages/gggenomes # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: r r4-colorspace r4-dplyr r4-ellipsis r4-ggplot2 r4-jsonlite r4-magrittr r4-purrr r4-readr r4-rlang r4-scales r4-snakecase r4-stringr r4-tibble r4-tidyr r4-tidyselect r4-vctrs # Optional: r4-ggrepel r4-ggtree r4-hmisc r4-iranges r4-knitr r4-patchwork r4-testthat name=r4-gggenomes version=1.0.0 release=1 source=(https://cloud.r-project.org/src/contrib/gggenomes_${version}.tar.gz) build() { cd gggenomes mkdir -p $PKG/usr/lib/R/library R CMD INSTALL . -l $PKG/usr/lib/R/library }