2023-06-20 01:07:01 +08:00
|
|
|
# -*- 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 HuangRicky ROpenFIGI 0.2.8
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-06-20 01:07:01 +08:00
|
|
|
categories-append finance www
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
license GPL-3+
|
|
|
|
|
description Simple interface to Bloomberg OpenFIGI API
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 99c2e538d3875d7580f8fec101208f6f3c8b8345 \
|
|
|
|
|
sha256 527562cff8f1a26fb883f9344496ff5e4f5c9e72960a4db61cf14dac77116d3b \
|
|
|
|
|
size 3741
|
|
|
|
|
supported_archs noarch
|
2024-05-22 15:26:15 +10:00
|
|
|
platforms {darwin any}
|
2023-06-20 01:07:01 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-httr \
|
|
|
|
|
port:R-jsonlite
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-dplyr \
|
|
|
|
|
port:R-testthat
|
|
|
|
|
|
|
|
|
|
test.run yes
|