# -*- 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 business-science sweep 0.2.5
revision            1
maintainers         nomaintainer
license             GPL-3+
description         Tidy tools for forecasting
long_description    {*}${description}
homepage            https://github.com/business-science/sweep
checksums           rmd160  924ef06162477cb73d4b321d13dbce38c5fd1303 \
                    sha256  cb1164cd87757b9e9c97c8621748ced84bb861635cfdc121f2463e7fd99c3ac1 \
                    size    799691
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-broom \
                    port:R-dplyr \
                    port:R-forecast \
                    port:R-lubridate \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyquant \
                    port:R-tidyr \
                    port:R-tidyverse \
                    port:R-timetk

depends_test-append port:R-forcats \
                    port:R-fracdiff \
                    port:R-knitr \
                    port:R-purrr \
                    port:R-readr \
                    port:R-rmarkdown \
                    port:R-scales \
                    port:R-stringr \
                    port:R-testthat

test.run            yes
