# -*- 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 tidyverse modelr 0.1.11 v
revision            4
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3
description         Modelling functions that work with the pipe
long_description    Functions for modelling that help you seamlessly integrate modelling \
                    into a pipeline of data manipulation and visualisation.
homepage            https://modelr.tidyverse.org
checksums           rmd160  97b6596dc305478bce51c433e642b38d668791d9 \
                    sha256  3410d354796fa12cde1875dce265225f6c5d5bc7edb4bef18d090e4393b81f1e \
                    size    360604
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-broom \
                    port:R-magrittr \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-tidyselect \
                    port:R-vctrs

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

test.run            yes
