# -*- 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 willtirone modelfactory 1.0.0
revision            1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Combine statistical models into a tibble for comparison
long_description    {*}${description}
homepage            https://willtirone.github.io/modelfactory
checksums           rmd160  9b827e8527ff8b4ad9f607b7fc1ca7121a9241aa \
                    sha256  b00496756cc6abc5bdb3864429aa7dab8e875fec8bef6b0732ddd2d01673acad \
                    size    7014
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-tibble

depends_test-append port:R-lme4 \
                    port:R-testthat

test.run            yes
