# -*- 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             github wlandau crew 1.3.0
revision            1
categories-append   parallel
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Distributed worker launcher
long_description    {*}${description}
homepage            https://wlandau.github.io/crew
checksums           rmd160  c8aab14e6ed71525a4c8b027e8512a0ecceaca88 \
                    sha256  82f371d23f9b35e7554a42c89fe396bfb51c8a643e280abeeecc8b21f2b4dad4 \
                    size    1040114
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-collections \
                    port:R-data.table \
                    port:R-later \
                    port:R-mirai \
                    port:R-nanonext \
                    port:R-processx \
                    port:R-promises \
                    port:R-ps \
                    port:R-R6 \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyselect

depends_test-append port:R-autometric \
                    port:R-knitr \
                    port:R-markdown \
                    port:R-rmarkdown \
                    port:R-testthat

# FIXME: https://github.com/wlandau/crew/issues/163
test.run            yes
