# -*- 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 bergsmat wrangle 0.6.4
revision            1
maintainers         nomaintainer
license             GPL-3
description         Systematic data-wrangling idiom
long_description    Supports systematic scrutiny, modification \
                    and integration of data.
homepage            https://github.com/bergsmat/wrangle
checksums           rmd160  ea89cddfcdaff2b9150bd11141bbd0a98916466b \
                    sha256  621520399428750e90b1daebece514b31efe5b29ad2b7f3163b6480ffaa88912 \
                    size    9124
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-magrittr \
                    port:R-rlang \
                    port:R-tidyr

test.run            yes
