mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
991 B
Tcl
27 lines
991 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 robustport facmodCS 1.0
|
|
revision 1
|
|
categories-append finance
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Cross-section factor models
|
|
long_description {*}${description}
|
|
checksums rmd160 6664de69767de0dd462a864ace462eadc788e954 \
|
|
sha256 7ae60d8f6cf5eee55e7d3b3c52f004a6753b5416167bcc122c8d9725194d5bf5 \
|
|
size 87864
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-PerformanceAnalytics \
|
|
port:R-robustbase \
|
|
port:R-RobStatTM \
|
|
port:R-sn \
|
|
port:R-tseries \
|
|
port:R-xts \
|
|
port:R-zoo
|