# -*- 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            2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Prophet modelling interface for fable
long_description    {*}${description}
homepage            https://pkg.mitchelloharawild.com/fable.prophet
checksums           rmd160  11226dc557e0b79bcf5d2e65ff3ee1d62151214c \
                    sha256  b8e3312e4bfbd858d76f76b99e878eb58984cc27601283c54c167583dc87231c \
                    size    347564
supported_archs     noarch
platforms           {darwin any}

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
