# -*- 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 matrix-profile-foundation matrixprofiler 0.1.9
revision            4
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Matrix profile for R
long_description    This is the core functions needed by the tsmp package. \
                    The low-level and carefully checked mathematical functions are here.
checksums           rmd160  62e5f89bfbc8e356ee1cf8aaaf4870f08fdf3c76 \
                    sha256  4655387cb9581e9459835cf62a6ca93214a524671972912d4984f95dc1eb17cf \
                    size    280769

depends_lib-append  port:R-checkmate \
                    port:R-Rcpp \
                    port:R-RcppParallel \
                    port:R-RcppProgress \
                    port:R-RcppThread

depends_test-append port:R-debugme \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-xml2

test.run            yes
