# -*- 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            2
maintainers         {@barracuda156 gmail.com:vital.had} 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  2461015086b7c7baedae4db9c75e1aa3ce321b82 \
                    sha256  93d10fdeb1c0d7ccb8b8602da0486dec4e74eea7f9feb4487563fe15c0a7f0f5 \
                    size    360658
supported_archs     noarch
platforms           {darwin any}

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
