# -*- 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 mlr-org mlr3measures 1.1.0 v
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             LGPL-3
description         Performance measures for R-mlr3
long_description    {*}${description}
homepage            https://mlr3measures.mlr-org.com
checksums           rmd160  7be6af190f44486c7a51b67330fc44f5a08be184 \
                    sha256  c5720b7806a1ebb84f5b4d5dfb5d9c8d6f641cfe83394de2b904bbdd48cbcfa7 \
                    size    59347
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-checkmate \
                    port:R-mlr3misc \
                    port:R-PRROC

depends_test-append port:R-testthat

test.run            yes
