You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
915 B
Tcl
27 lines
915 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 trnnick tsutils 0.9.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Time series exploration, modelling and forecasting
|
|
long_description {*}${description}
|
|
checksums rmd160 c2300644cd3bd6994de641faf687a7b85978e264 \
|
|
sha256 a46a193e0ce1db860626799e9283c654d286b474061b0765a8ce92d7b53ac3c9 \
|
|
size 46995
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-forecast \
|
|
port:R-MAPA \
|
|
port:R-plotrix \
|
|
port:R-RColorBrewer
|
|
|
|
depends_test-append port:R-thief
|
|
|
|
test.run yes
|