# -*- 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 cezarykuran oaii 0.5.0
revision            1
maintainers         nomaintainer
license             MIT
description         OpenAI API R interface
long_description    {*}${description}
homepage            https://github.com/cezarykuran/oaii
checksums           rmd160  77bed2bfe729269ec690571378491d3516aec30c \
                    sha256  a0a677c02c45778e4903c4ef1e9f002b34f323424087dea9ff88355f073348ce \
                    size    52588
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-base64enc \
                    port:R-checkmate \
                    port:R-httr \
                    port:R-magrittr

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

test.run            yes
