# -*- 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

# reshape vs reshape2 is intended:
R.setup             github hadley reshape 1.4.4 v
set R.package       reshape2
revision            2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Flexibly reshape data: a reboot of the reshape package
long_description    {*}${description}
checksums           rmd160  9f1173e7b01be955c429ebca0da03c6ea40a3109 \
                    sha256  4db5c49cc21fd856fad433f035bd62bd4e3a53db7b2e8779f084b5ee4c486908 \
                    size    1942748
                    
depends_lib-append  port:R-plyr \
                    port:R-Rcpp \
                    port:R-stringr

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

test.run            yes
