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