# -*- 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 kumeS deepRstudio 0.0.9 v
revision            4
categories-append   textproc
platforms           {darwin any}
maintainers         nomaintainer
license             Artistic-2
description         Seamless language translation in RStudio using DeepL API and Rstudioapi
long_description    {*}${description}
homepage            https://kumes.github.io/deepRstudio
checksums           rmd160  f2a40859a73fbd086c30125cb4ad0c83cf66f0c3 \
                    sha256  7b3fc8b9c0ad7d1566219a552395585784ddb58284bb4d118eba2d08c196dee4 \
                    size    794904
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-assertthat \
                    port:R-clipr \
                    port:R-crayon \
                    port:R-httr \
                    port:R-jsonlite \
                    port:R-rstudioapi

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

test.run            yes
