mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
928 B
Tcl
28 lines
928 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 dyn 0.2-9.6
|
|
revision 1
|
|
categories-append finance math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Time series regression
|
|
long_description {*}${description}
|
|
checksums rmd160 fb1689bb78eec44c1df50346a8eaf29e8ef2fa83 \
|
|
sha256 eb01f8e95f1d311b948957323ac2c7ef62132af6533af5f9f2af757f66dad899 \
|
|
size 56318
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-zoo
|
|
|
|
depends_test-append port:R-MCMCpack \
|
|
port:R-quantreg \
|
|
port:R-randomForest \
|
|
port:R-sandwich \
|
|
port:R-tseries
|
|
|
|
test.run yes
|