# -*- 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 BerriJ profoc 1.3.4
revision            1
categories-append   economics finance
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3+
description         Probabilistic forecast combination using CRPS learning
long_description    {*}${description}
homepage            https://profoc.berrisch.biz
checksums           rmd160  72e3cc1355f15143b64febb353333b78a4a0a1b4 \
                    sha256  d486176a846e33105f8bf6ea3c7a4495d24d8a5136b20e431d770606535bff1c \
                    size    117825
github.tarball_from archive

depends_lib-append  port:R-abind \
                    port:R-generics \
                    port:R-ggplot2 \
                    port:R-lifecycle \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-RcppProgress \
                    port:R-rcpptimer \
                    port:R-splines2 \
                    port:R-tibble

compilers.setup     require_fortran

depends_test-append port:R-dplyr \
                    port:R-gamlss.dist \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

# FIXME: https://github.com/BerriJ/profoc/issues/18
test.run            yes
