You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
759 B
Tcl
21 lines
759 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 expsmooth 2.3
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Data sets from Forecasting with Exponential Smoothing (2008)
|
|
long_description {*}${description}
|
|
checksums rmd160 3da6772a622e38d83d1b6d21fbb94645c9d4616d \
|
|
sha256 ac7da36347f983d6ec71715daefd2797fe2fc505c019f4965cff9f77ce79982a \
|
|
size 245921
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-forecast
|
|
|
|
test.run yes
|