# Description: R module optimParallel # URL: https://cran.r-project.org/web/packages/optimParallel # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: r # Optional: r4-ggplot2 r4-lbfgsb3c r4-microbenchmark r4-numderiv r4-r-rsp r4-roxygen2 r4-spam r4-testthat name=r4-optimparallel version=1.0.2 release=1 source=(https://cloud.r-project.org/src/contrib/optimParallel_1.0-2.tar.gz) build() { cd optimParallel mkdir -p $PKG/usr/lib/R/library R CMD INSTALL . -l $PKG/usr/lib/R/library }