# -*- 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 cpsievert spacyr 1.3.0
revision            1
categories-append   textproc
maintainers         nomaintainer
license             GPL-3
description         Wrapper to the spaCy NLP library
long_description    {*}${description}
homepage            https://spacyr.quanteda.io
checksums           rmd160  e488b14e97fa6a85f56ccc9048b51d58992639bc \
                    sha256  c455d6e237df29516b8145904106979314358073930a16fb3814b00c2fea96fc \
                    size    63092
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-data.table \
                    port:R-reticulate

depends_test-append port:R-dplyr \
                    port:R-knitr \
                    port:R-quanteda \
                    port:R-R.rsp \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-tibble \
                    port:R-tidytext

test.run            yes
