# -*- 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 r-lib pingr 2.0.4 v
revision            0
categories-append   net
maintainers         nomaintainer
license             MIT
description         Check if a remote computer is up
long_description    {*}${description}
homepage            https://r-lib.github.io/pingr
checksums           rmd160  e6263a2aa1e96ec10231e96fd77efbbe25216f44 \
                    sha256  fc268384f429dec4c78d1c93d956ac0d5e0af7a18ded2cf9f1108744e2891761 \
                    size    23199
github.tarball_from archive

depends_lib-append  port:R-processx

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

test.run            yes
