mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
873 B
Tcl
26 lines
873 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 rmetrics fNonlinear 4041.82
|
||
revision 0
|
||
categories-append finance
|
||
maintainers nomaintainer
|
||
license GPL-2+
|
||
description Rmetrics – non-linear and chaotic time series modelling
|
||
long_description {*}${description}
|
||
checksums rmd160 5571b2076df0ba84a2bdf304e9108eacf81f578f \
|
||
sha256 1e016c30370ec1bf5f168f5c06e231e78f496503d5f45aced08ced93090d717d \
|
||
size 33373
|
||
|
||
depends_lib-append port:R-fBasics \
|
||
port:R-timeDate \
|
||
port:R-timeSeries
|
||
|
||
compilers.setup require_fortran
|
||
|
||
depends_test-append port:R-RUnit
|
||
|
||
test.run yes
|