# -*- 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 tidymodels modeldata 1.5.1 v
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Data sets useful for modelling examples
long_description    {*}${description}
homepage            https://modeldata.tidymodels.org
checksums           rmd160  298ed54612787f092f3e5240895d222615cba2d8 \
                    sha256  7ed8d3f6e728c2b0ad94f21a69595bc6ec0c12f28e8534c75866f50ed1740338 \
                    size    6335254
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-dplyr \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-tibble

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

test.run            yes
