# -*- 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.0.0 v
revision            0
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  840d615d2c9471917ba753b41081730175c79d9d \
                    sha256  014c9792270d9bdd7f990a4b328e4a6c99df84a00d1a0528bef98c535210c8c9 \
                    size    58919
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
