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