# -*- 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 mitchelloharawild fable.prophet 0.1.0 v
revision            5
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3
description         Prophet modelling interface for R-fable
long_description    {*}${description}
homepage            https://pkg.mitchelloharawild.com/fable.prophet
checksums           rmd160  a278a67e0552e0f0e5bbe5f42acd9e2b8b2e2def \
                    sha256  33c7ecd7a83d71c75a6ab914e175930ed62d7bde1ebc94f9f0500a1c2e30ebe3 \
                    size    347510
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-distributional \
                    port:R-dplyr \
                    port:R-fabletools \
                    port:R-lubridate \
                    port:R-prophet \
                    port:R-Rcpp \
                    port:R-rlang \
                    port:R-tsibble

depends_test-append port:R-covr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tsibbledata

test.run            yes
