# -*- 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 shabbychef SharpeR 1.4.0 r
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             LGPL-3
description         Statistical significance of the Sharpe ratio
long_description    {*}${description}
checksums           rmd160  26b8a554db8316e62c6c9549aaf4806ec12c88a1 \
                    sha256  8d8f0373ce74e2946bdec568274f026339d23006f884e6b974b447b1248a9a49 \
                    size    1294647
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-epsiwal \
                    port:R-matrixcalc \
                    port:R-zoo

depends_test-append port:R-knitr \
                    port:R-quantmod \
                    port:R-sandwich \
                    port:R-testthat \
                    port:R-timeSeries \
                    port:R-TTR \
                    port:R-txtplot \
                    port:R-xtable \
                    port:R-xts

test.run            yes
