# -*- 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 WinVector rquery 1.4.99
revision            1
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Relational query generator for data manipulation at scale
long_description    {*}${description}
homepage            https://winvector.github.io/rquery
checksums           rmd160  47581d948537f36b88a25add0036e28d4da68ff8 \
                    sha256  bb940fdcf1568ee96989a97b2df2ecd20e4112ce637cf63eb28fccbc6b7e6f73 \
                    size    5777879
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-wrapr

depends_test-append port:R-DBI \
                    port:R-igraph \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-rqdatatable \
                    port:R-RSQLite \
                    port:R-tinytest \
                    port:R-yaml

test.run            yes
