You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
36 lines
1.3 KiB
Tcl
36 lines
1.3 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 haghbinh Rfssa 3.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Functional Singular Spectrum Analysis
|
|
long_description Methods and tools for implementing functional singular spectrum analysis and related techniques.
|
|
homepage https://github.com/haghbinh/Rfssa
|
|
checksums rmd160 8b30ce46086f1e0f5cca2aea687fa816783b2d6b \
|
|
sha256 b186acc6a716d355471bdfeb816ecd16eb077dc3326bb53a36f02601530adf4e \
|
|
size 389133
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-fda \
|
|
port:R-ftsa \
|
|
port:R-ggplot2 \
|
|
port:R-markdown \
|
|
port:R-plotly \
|
|
port:R-rainbow \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppEigen \
|
|
port:R-RSpectra \
|
|
port:R-Rssa \
|
|
port:R-shiny \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-knitr
|
|
|
|
test.run yes
|