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