# -*- 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 tidymodels desirability2 0.1.0
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Desirability functions for multi-parameter optimization
long_description    {*}${description}
homepage            https://desirability2.tidymodels.org
checksums           rmd160  fb69aa367604c4f56625a65c5d7dd6fa4cadb523 \
                    sha256  bd1aa56246f46d01325301de14168738c564facafcf05b3b6b3cd7ab6a722bcb \
                    size    314454
supported_archs     noarch

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

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

test.run            yes
