# -*- 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 robjhyndman tsfeatures 1.1.1 v
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Time series feature extraction
long_description    {*}${description}
homepage            https://pkg.robjhyndman.com/tsfeatures
checksums           rmd160  7a841a138a4c9e6879f1d083b549515be539ef6a \
                    sha256  9d80d0e0015380987bb5bc1ef1ac19acbd96b86237af11fcaa9c2b0e576d6422 \
                    size    8211375
github.tarball_from archive
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-forecast \
                    port:R-fracdiff \
                    port:R-furrr \
                    port:R-future \
                    port:R-purrr \
                    port:R-RcppRoll \
                    port:R-tibble \
                    port:R-tseries \
                    port:R-urca

depends_test-append port:R-dplyr \
                    port:R-GGally \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-Mcomp \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyr

test.run            yes
