# Description: R module profvis # URL: https://cran.r-project.org/web/packages/profvis # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: gcc-fortran r r4-htmlwidgets r4-purrr r4-rlang r4-stringr r4-vctrs # Optional: r4-devtools r4-ggplot2 r4-htmltools r4-knitr r4-rmarkdown r4-shiny r4-testthat name=r4-profvis version=0.3.8 release=1 source=(https://cloud.r-project.org/src/contrib/profvis_${version}.tar.gz) build() { cd profvis mkdir -p $PKG/usr/lib/R/library R CMD INSTALL . -l $PKG/usr/lib/R/library }