# -*- 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 stekhoven missForest 1.5
revision            1
categories-append   math
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Non-parametric missing value imputation using random forest
long_description    {*}${description}
checksums           rmd160  ce262ab8bd3886828a7882374507b99a9e4d8b12 \
                    sha256  417055a03b02ad8359cf1bdc8f89d49531a3a8ee2c98edf90c8a01432f44838d \
                    size    316147
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-doRNG \
                    port:R-foreach \
                    port:R-iterators \
                    port:R-itertools \
                    port:R-randomForest

depends_test-append port:R-doParallel

test.run            yes
