# -*- 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 marcellodo StatMatch 1.4.2
revision            0
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Statistical matching, or data fusion
long_description    {*}${description}
homepage            https://github.com/marcellodo/StatMatch
checksums           rmd160  acc5c01b981e337780c62991a608c0647b279437 \
                    sha256  852f9f923e18f528af86858e10142800182f87c216636b4d7de4345661ee954f \
                    size    274657
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-lpSolve \
                    port:R-proxy \
                    port:R-survey

depends_test-append port:R-clue \
                    port:R-Hmisc \
                    port:R-mipfp \
                    port:R-RANN

test.run            yes
