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
884 B
Tcl
25 lines
884 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 mmaechler fracdiff 1.5-3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Fractionally differenced ARIMA aka ARFIMA(P,d,q) models
|
|
long_description {*}${description}
|
|
homepage https://github.com/mmaechler/fracdiff
|
|
checksums rmd160 d436109fc277dd8280132abd3af164db6a47686e \
|
|
sha256 0f90946b4092feff93fad094a2c91bb47c8051595210e86c029c70238dbf7fc0 \
|
|
size 58598
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-forecast \
|
|
port:R-longmemo \
|
|
port:R-urca
|
|
|
|
test.run yes
|