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
25 lines
934 B
Tcl
25 lines
934 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 cran MTS 1.2.1
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description All-purpose toolkit for analyzing multivariate time series (MTS) \
|
|
and estimating multivariate volatility models
|
|
long_description {*}${description}
|
|
checksums rmd160 b822d8a41abe620291061dd98a86ca85c14120c2 \
|
|
sha256 c3e74d231b5fdf1e23fdef211b0fe2e5368a6779faa6d70b045290b75a798159 \
|
|
size 148464
|
|
|
|
depends_lib-append port:R-fBasics \
|
|
port:R-fGarch \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
test.run yes
|