You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
765 B
Tcl
23 lines
765 B
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 kevinushey RcppRoll 0.3.1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Efficient rolling/windowed operations
|
|
long_description {*}${description}
|
|
checksums rmd160 d722bc7acfc6fec651f45744a322474d4073b391 \
|
|
sha256 d2f5d978b6feb8510ec1a1a50ba0e8bf9002bb77bfad7d120f5b30b8f56036df \
|
|
size 9672
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-testthat \
|
|
port:R-zoo
|
|
|
|
test.run yes
|