# -*- 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             github business-science riingo 0.3.1 v
revision            1
categories-append   finance www
maintainers         nomaintainer
license             MIT
description         R Interface to the Tiingo Stock Price API
long_description    {*}${description}
checksums           rmd160  74ccce200ff990fe0f406746dfb1273e8b6cc503 \
                    sha256  6a17ee7696b25fe30a0f8d1de750a2c34b543e975e32c708829dccb324e49a32 \
                    size    33933
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-crayon \
                    port:R-glue \
                    port:R-httr \
                    port:R-jsonlite \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-vctrs

depends_test-append port:R-covr \
                    port:R-testthat \
                    port:R-withr

test.run            yes
