# -*- 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 is archaic.
R.setup             cran KOF-ch tstools 0.4.3
revision            1
maintainers         nomaintainer
license             GPL-2
description         Time series toolbox for official statistics
long_description    {*}${description}
homepage            https://github.com/KOF-ch/tstools
checksums           rmd160  d112f961cd8d838039249ecbd7842953b4d45261 \
                    sha256  87670f75f7ff940492cf199ad62498cca6f45de1174c063da1ea6a7f045b9df3 \
                    size    1350025
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-data.table \
                    port:R-jsonlite \
                    port:R-xts \
                    port:R-yaml \
                    port:R-zoo

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

# There are no specific tests, only vignettes code is being checked.
test.run            yes
