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
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
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 robjhyndman forecast 8.23.0
|
|
revision 0
|
|
categories-append math finance
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Forecasting functions for time series and linear models
|
|
long_description {*}${description}
|
|
homepage https://pkg.robjhyndman.com/forecast
|
|
checksums rmd160 5f67452bc3e462c0a1e7cbd1bf2d93ee586b0800 \
|
|
sha256 ffc3d41138f498fb286f0ebfeb72d15f9f7a8e953abf3c351ebf95fc188a1880 \
|
|
size 590865
|
|
|
|
# Remove this with the next update. It is a one-time fix.
|
|
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
|
|
incr revision
|
|
}
|
|
|
|
depends_lib-append port:R-colorspace \
|
|
port:R-fracdiff \
|
|
port:R-generics \
|
|
port:R-ggplot2 \
|
|
port:R-lmtest \
|
|
port:R-magrittr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-timeDate \
|
|
port:R-tseries \
|
|
port:R-urca \
|
|
port:R-zoo
|
|
|
|
compilers.setup require_fortran
|