# -*- 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 hadley cubelyr 1.0.2 v
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Data Cube R-dplyr backend
long_description    An implementation of a data cube extracted \
                    out of R-dplyr for backward compatibility.
checksums           rmd160  48a3c7f9c32b577201eeb54483d37c757e98e08c \
                    sha256  476a6d8c60c3bf58f3116463d455c40e5d3025264852742ecada7e41627efa82 \
                    size    191442
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-glue \
                    port:R-pillar \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyselect

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

test.run            yes
