# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

R.setup             cran privefl bigparallelr 0.3.2
revision            2
categories-append   parallel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Utility functions for easy parallelism in R
long_description    {*}${description}
checksums           rmd160  d2bf9ab6be3877a42e531a55203ef393eaa462c3 \
                    sha256  5a3312699fdf6521e982b6fce844977dd7e9c3188354a7c3106c24495e643393 \
                    size    10645
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-bigassertr \
                    port:R-doParallel \
                    port:R-flock \
                    port:R-foreach \
                    port:R-parallelly \
                    port:R-RhpcBLASctl

depends_test-append port:R-covr \
                    port:R-testthat

test.run            yes
