# -*- 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             cran rhartmano labelr 0.1.9
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Label data frames, variables and values
long_description    {*}${description}
homepage            https://github.com/rhartmano/labelr
checksums           rmd160  0bde9cb4bbf3b68862e0e77b88878103d262862c \
                    sha256  13f6abf27dca41f279de9a7cbcd34f39f287ff1ab56603fd9b72cbb9ba1ddc25 \
                    size    302633
supported_archs     noarch

depends_test-append port:R-car \
                    port:R-collapse \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-haven \
                    port:R-knitr \
                    port:R-modelr \
                    port:R-nycflights13 \
                    port:R-rmarkdown \
                    port:R-tibble

test.run            yes
# https://github.com/rhartmano/labelr/issues/2
test.args-append    --ignore-vignettes
