mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
885 B
Tcl
25 lines
885 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 EodHistoricalData eodhd 1.0.4
|
|
revision 1
|
|
categories-append finance www
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description R API for EODHD financial library
|
|
long_description {*}${description}
|
|
homepage https://github.com/EodHistoricalData/EODHD-APIs-R-Financial-Library
|
|
checksums rmd160 977968e3033b0c8408ed9923ee65b4f867b0c1aa \
|
|
sha256 f0e6c076d091e33f97b94254ac420b9b88fb4e27259c3ddb3d888eda5233a642 \
|
|
size 15437
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-httr
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|