# -*- 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.3.0 r
revision            2
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             LGPL-3
description         Statistical significance of the Sharpe ratio
long_description    {*}${description}
checksums           rmd160  665bf62325c35f033a1cb4233783113ed21a2fec \
                    sha256  cc9e4474bfbd0e1ae18f411ff4563c28e55ff1cf5a82b176dca1af4da21974c5 \
                    size    1288771
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-matrixcalc

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

test.run            yes
