# Description: R module ggnewscale # URL: https://cran.r-project.org/web/packages/ggnewscale # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: r r4-ggplot2 # Optional: r4-covr r4-testthat r4-vdiffr name=r4-ggnewscale version=0.4.10 release=1 source=(https://cloud.r-project.org/src/contrib/ggnewscale_${version}.tar.gz) build() { cd ggnewscale mkdir -p $PKG/usr/lib/R/library R CMD INSTALL . -l $PKG/usr/lib/R/library }