# -*- 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             cran jrolland weakARMA 1.0.3
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3+
description         Tools for the analysis of weak ARMA models
long_description    {*}${description}
homepage            https://plmlab.math.cnrs.fr/jrolland/weakARMA
checksums           rmd160  8a70e5a6549128627d723a015382a3cb4514bd43 \
                    sha256  1c712885eac633ec3aa833e81e56e4396d0c3b4dce35921a4c1bfb280ff7bf99 \
                    size    175450
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-CompQuadForm \
                    port:R-matrixStats \
                    port:R-vars

depends_test-append port:R-knitr \
                    port:R-renv \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-timeSeries

# There are no specific tests atm.
test.run            yes
