mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
34 lines
1.1 KiB
Tcl
34 lines
1.1 KiB
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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran joshuaulrich quantmod 0.4.26
|
|
revision 1
|
|
categories-append finance
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Quantitative financial modelling framework
|
|
long_description {*}${description}
|
|
checksums rmd160 3181fe4445c3ec4c8809689a33d7c0b1b2ce0605 \
|
|
sha256 396c5d3241f77911d9f7738a60a9d728ed25b3dbce2fd92f5b11f9fcbcb8bb98 \
|
|
size 155454
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-curl \
|
|
port:R-jsonlite \
|
|
port:R-TTR \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
depends_test-append port:R-DBI \
|
|
port:R-downloader \
|
|
port:R-RMySQL \
|
|
port:R-RSQLite \
|
|
port:R-timeSeries \
|
|
port:R-xml2
|
|
|
|
test.run yes
|