You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
965 B
Tcl
28 lines
965 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 asl Rssa 1.1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Collection of methods for singular spectrum analysis
|
|
long_description {*}${description}
|
|
homepage https://github.com/asl/rssa
|
|
checksums rmd160 553869277299a8f77b2364891e258d04359c24fc \
|
|
sha256 d99116cec090cb3ccb7716fabaceb53aacf13a7e966850bdc27b4f43a0b7c399 \
|
|
size 1046784
|
|
|
|
depends_lib-append port:fftw-3 \
|
|
port:R-forecast \
|
|
port:R-svd
|
|
|
|
depends_test-append port:R-irlba \
|
|
port:R-PRIMME \
|
|
port:R-RSpectra \
|
|
port:R-testthat
|
|
|
|
test.run yes
|