# -*- 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

# GitHub version lags behind.
R.setup             cran AnderWilson bdlim 0.5.0 v
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3+
description         Bayesian Distributed Lag Interaction Models
long_description    {*}${description}
homepage            https://anderwilson.github.io/bdlim
checksums           rmd160  3f39f670dd89cac37c6d720e36ab8708890a08b3 \
                    sha256  00683bcf858730c201cc526f92781b7d8dc09ef6320755a0fc7ac862125487c4 \
                    size    1416882
supported_archs     noarch

depends_lib-append  port:R-BayesLogit \
                    port:R-ggplot2 \
                    port:R-LaplacesDemon

test.run            yes
