# -*- 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 kvasilopoulos ivx 1.1.0 v
revision            1
categories-append   economics
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Robust econometric inference for predictive regressions
long_description    {*}${description}
homepage            https://kvasilopoulos.github.io/ivx
checksums           rmd160  0a356afdcb94e1f09f69edf5c63bf9a16cca0015 \
                    sha256  7a03ea9c9a1b64085441b9b26567d2ab5d388b7c64a7c0319aed5ef62d896641 \
                    size    1593427

depends_lib-append  port:R-Rcpp \
                    port:R-RcppArmadillo

compilers.setup     require_fortran

depends_test-append port:R-covr \
                    port:R-forecast \
                    port:R-lmtest \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-texreg

test.run            yes
