# -*- 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 ddemateis dlim 0.2.1
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Distributed Lag Interaction Model
long_description    {*}${description}
homepage            https://ddemateis.github.io/dlim
checksums           rmd160  141de8c2fc46f11f452b8d4f9ed33d089aa6e7e5 \
                    sha256  cbb2a4b19533612265472b62dbdc8a93cf78ab4a6590d0b0d2f68381b67acc39 \
                    size    250519
supported_archs     noarch

depends_lib-append  port:R-dlnm \
                    port:R-ggplot2 \
                    port:R-lifecycle \
                    port:R-reshape2 \
                    port:R-rlang \
                    port:R-tsModel \
                    port:R-viridis

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

test.run            yes
