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
24 lines
800 B
Tcl
24 lines
800 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 helske tsPI 1.0.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Improved prediction intervals for ARIMA processes and structural time series
|
|
long_description {*}${description}
|
|
checksums rmd160 8e1b684278c033066a0c15ea5bbfda68aa50de63 \
|
|
sha256 de5b3027b873870d7520ae50b512eda459f672d321dd90d0210c2c79d16cc4aa \
|
|
size 18280
|
|
|
|
depends_lib-append port:R-KFAS
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|