# -*- 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             cran OVVO-Financial NNS 10.9.3
revision            0
categories-append   math finance
maintainers         nomaintainer
license             GPL-3
description         Non-linear Non-parametric Statistics
long_description    {*}${description} using partial moments.
homepage            https://github.com/OVVO-Financial/NNS
checksums           rmd160  a6008e84d92c9c7cbfc73cedc12e8c713d060905 \
                    sha256  34e4afc34cc9d8fbadb63ee992f3d695c206bacb9ea330b66c3263b0db4db96d \
                    size    1229044

# TODO: https://github.com/OVVO-Financial/NNS/issues/12
depends_lib-append  port:R-data.table \
                    port:R-doParallel \
                    port:R-foreach \
                    port:R-quantmod \
                    port:R-Rcpp \
                    port:R-RcppParallel \
                    port:R-Rfast \
                    port:R-rgl \
                    port:R-xts \
                    port:R-zoo

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

# Tests may fail to run due to: https://trac.macports.org/ticket/67059
# Code from vignettes runs fine.
test.run            yes
