# -*- 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

# GitHub version lags behind.
R.setup             cran r-lib processx 3.8.4
revision            1
categories-append   sysutils
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Execute and control system processes
long_description    Tools to run system processes in the background. It can check \
                    if a background process is running, wait on a background process to finish, \
                    get the exit status of finished processes, kill background processes. \
                    It can read the standard output and error of the processes, using non-blocking connections. 
homepage            https://processx.r-lib.org
checksums           rmd160  a50cd66a266468bedc1db953933c74a87f7ee7ba \
                    sha256  6627672d7fb109f37dc1d0eaef913f4cfc7ad8ac807abf0397e6d37753b1e70b \
                    size    163983

depends_lib-append  port:R-ps \
                    port:R-R6

depends_test-append port:R-callr \
                    port:R-cli \
                    port:R-covr \
                    port:R-curl \
                    port:R-debugme \
                    port:R-rlang \
                    port:R-testthat \
                    port:R-webfakes \
                    port:R-withr

test.run            yes
