# -*- 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 franciscomartinezdelrio tsfknn 0.6.0 v
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2
description         Time series forecasting using nearest neighbors
long_description    {*}${description}
checksums           rmd160  e08b1b890ce30c2d874868a137a25c51b497c946 \
                    sha256  0e0ddd910739a3f42f86f424cb276589f39f666f1c130fa6ca4d30bd6162a8d9 \
                    size    23979

depends_lib-append  port:R-ggplot2 \
                    port:R-Rcpp

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
