# -*- 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 business-science modeltime 1.3.5
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Tidymodels extension for time series modelling
long_description    {*}${description}
homepage            https://business-science.github.io/modeltime
checksums           rmd160  fa24690756e3ab13b61069259bd3f30eb59670f2 \
                    sha256  77fff7c730dbac68dd325374c264dade2342cbc98560bf7875e48731ef2bb3fa \
                    size    3982323
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-dials \
                    port:R-doParallel \
                    port:R-dplyr \
                    port:R-forcats \
                    port:R-foreach \
                    port:R-forecast \
                    port:R-ggplot2 \
                    port:R-glue \
                    port:R-gt \
                    port:R-hardhat \
                    port:R-janitor \
                    port:R-magrittr \
                    port:R-parallelly \
                    port:R-parsnip \
                    port:R-plotly \
                    port:R-prophet \
                    port:R-purrr \
                    port:R-reactable \
                    port:R-rlang \
                    port:R-scales \
                    port:R-StanHeaders \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidymodels \
                    port:R-tidyr \
                    port:R-tidyverse \
                    port:R-timetk \
                    port:R-workflows \
                    port:R-xgboost \
                    port:R-yardstick
