# -*- 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 JustinMShea neverhpfilter 0.4-0 v
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Alternative to the Hodrick–Prescott filter
long_description    {*}${description}
homepage            https://justinmshea.github.io/neverhpfilter
checksums           rmd160  9e1b1899ea19a218e314c4a0fd124834fefd555c \
                    sha256  e889b6b264b758a44887502079bf05f92c5b3d1ee444770015d7713745db281b \
                    size    3334641
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-xts \
                    port:R-zoo

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-tinytest

test.run            yes
