# -*- 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 business-science alphavantager 0.1.3
revision            1
categories-append   finance www
maintainers         nomaintainer
license             GPL-3+
description         Light-weight interface to the Alpha Vantage API
long_description    {*}${description}
checksums           rmd160  4ccc3a92d5115fe2486ab6563eb2051533043dd0 \
                    sha256  3531eacc979af25c8e5daa9cf8eddc7bf35ae80e5f966bdbab7f07cb2522ea10 \
                    size    7624
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-glue \
                    port:R-httr \
                    port:R-jsonlite \
                    port:R-purrr \
                    port:R-readr \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-timetk

depends_test-append port:R-knitr \
                    port:R-testthat

test.run            yes
