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
33 lines
1.1 KiB
Tcl
33 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
|
|
|
|
R.setup cran rtsvizteam rtsdata 0.1.4
|
|
revision 1
|
|
categories-append databases
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description R time series intelligent data storage
|
|
long_description {*}${description}
|
|
homepage https://bitbucket.org/rtsvizteam/rtsdata
|
|
checksums rmd160 9e1fa3398912989a1cd77fa09edaea50f50f371e \
|
|
sha256 ccd88aff2efbab9cdaa3afe97ba8d7e42a9805c5f2b72241267f36692e365c36 \
|
|
size 16122
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-anytime \
|
|
port:R-brotli \
|
|
port:R-curl \
|
|
port:R-data.table \
|
|
port:R-mongolite \
|
|
port:R-Quandl \
|
|
port:R-quantmod \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
depends_test-append port:R-RQuantLib
|
|
|
|
test.run yes
|