# -*- 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 purrrlyr 0.0.8 v
revision            2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Tools at the intersection of purrr and dplyr
long_description    {*}${description}
checksums           rmd160  dd0c7233fd86efc330bad24d67e5066303d7f670 \
                    sha256  ff6737ce996d3cecbd86445a16a74ab496370006ea700296f4e9aac6a2e8669b \
                    size    34883

depends_lib-append  port:R-dplyr \
                    port:R-magrittr \
                    port:R-purrr \
                    port:R-Rcpp

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

test.run            yes
