mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
949 B
Tcl
27 lines
949 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 gsucarrat gets 0.38
|
|
revision 0
|
|
categories-append finance
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description General-to-Specific (GETS) modelling and indicator saturation methods
|
|
long_description {*}${description}
|
|
homepage https://github.com/gsucarrat/gets
|
|
checksums rmd160 03f130114007a78c41ebdf301e0e4274062a3a11 \
|
|
sha256 6c978187eac266b45efb76502555391e57ebacf0be7f1d4598af928c1ee5924b \
|
|
size 1175166
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-zoo
|
|
|
|
depends_test-append port:R-lgarch \
|
|
port:R-xtable \
|
|
port:R-testthat
|
|
|
|
test.run yes
|