# -*- 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 jjf234 roll 1.2.0
revision            1
categories-append   math finance
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         Fast and efficient computation of rolling and expanding \
                    statistics for time-series data
long_description    {*}${description}
homepage            https://github.com/jasonjfoster/roll
checksums           rmd160  e9ec6bfbaa2fa418cb6ca0b6b262d1e5cb103c41 \
                    sha256  6ede8e9ae4a34a0cc15088681a8a39cf0815a4ff9e08c7a38552bcada4ec67fe \
                    size    126874

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

compilers.setup     require_fortran

depends_test-append port:R-covr \
                    port:R-testthat \
                    port:R-zoo

test.run            yes
