# -*- 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 adriancorrendo metrica 2.1.0 v
revision            0
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Prediction performance metrics
long_description    {*}${description}
homepage            https://adriancorrendo.github.io/metrica
checksums           rmd160  b684071ec2a93d6d6e6b6470507a80a46c144ab3 \
                    sha256  bbc37f00cffb945bc2e77a618485dafd1d56e42ebaeb327e934638b146a65df1 \
                    size    897545
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-DBI \
                    port:R-dplyr \
                    port:R-energy \
                    port:R-ggplot2 \
                    port:R-ggpp \
                    port:R-minerva \
                    port:R-rlang \
                    port:R-RSQLite \
                    port:R-tidyr

depends_test-append port:R-apsimx \
                    port:R-knitr \
                    port:R-purrr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
