# -*- 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 13.2
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  ba987d0e77610825b79f433e5eff7f7f162aa81a \
                    sha256  a53ac19567e23ce6eebda23145a41ec711a53dc4cdbb7844152d7c66eed93a7a \
                    size    2138567

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

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

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