Files

36 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

2023-07-23 16:13:23 +08:00
# -*- 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
2024-01-11 22:51:46 +08:00
R.setup cran haghbinh Rfssa 3.1.0
revision 1
2023-07-23 16:13:23 +08:00
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.
2024-01-11 22:51:46 +08:00
homepage https://github.com/haghbinh/Rfssa
checksums rmd160 8b30ce46086f1e0f5cca2aea687fa816783b2d6b \
sha256 b186acc6a716d355471bdfeb816ecd16eb077dc3326bb53a36f02601530adf4e \
size 389133
2023-07-23 16:13:23 +08:00
depends_lib-append port:R-dplyr \
port:R-fda \
2024-01-11 22:51:46 +08:00
port:R-ftsa \
2023-07-23 16:13:23 +08:00
port:R-ggplot2 \
port:R-markdown \
port:R-plotly \
2024-01-11 22:51:46 +08:00
port:R-rainbow \
2023-07-23 16:13:23 +08:00
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