# -*- 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 CollinErickson testthatmulti 0.2.0 v
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Testing for R packages with multiple attempts for noisy tests
long_description    {*}${description}
checksums           rmd160  ecdfe254a0f1259deb9aefa67a092f37682c33f5 \
                    sha256  023ce997d1e53546a768b3008edea2601d1324c283ec33ae1b077b31ce45b37c \
                    size    21548
github.tarball_from archive
supported_archs     noarch

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

test.run            yes
