mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
30 lines
1.0 KiB
Tcl
30 lines
1.0 KiB
Tcl
# -*- 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 nomaintainer
|
|
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
|