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

# Revert to GitHub once updated there.
R.setup             cran google patrick 0.3.0 v
revision            2
platforms           {darwin any}
categories-append   devel
maintainers         nomaintainer
license             Apache-2
description         Parameterized unit testing
long_description    {*}${description}
checksums           rmd160  c1390b72bb2d1a89276f27e1fc2b50bdc7d601a8 \
                    sha256  148862daa8c4eac1dd6ae17b492a647c5700595587e521256b6a486e548bdfbf \
                    size    8610
# github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-glue \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-testthat \
                    port:R-tibble

test.run            yes
