# -*- 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.cluster 0.4.0
revision            1
categories-append   parallel
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Crew launcher plugins for traditional high-performance computing clusters
long_description    {*}${description}
homepage            https://wlandau.github.io/crew.cluster
checksums           rmd160  5d70b74626202b447606c14f432cef50024e980f \
                    sha256  687bfb424ef767b14a6ff249299964445996431e3fee0433d32f615b277d7196 \
                    size    298275
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-crew \
                    port:R-lifecycle \
                    port:R-nanonext \
                    port:R-ps \
                    port:R-R6 \
                    port:R-rlang \
                    port:R-vctrs \
                    port:R-xml2 \
                    port:R-yaml

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

test.run            yes
