# -*- 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.1.7
revision            2
categories-append   math finance
maintainers         {@barracuda156 gmail.com:vital.had} 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  2cd5eaa3af23fee50c028dbcd73da397e1bae390 \
                    sha256  8f80cc02890944c8de3ef02090bab1660cdd1d36617a0ab90d8953edc753834e \
                    size    125952

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
