# -*- 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 ecpolley SuperLearner 2.0-40
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Implements the super-learner prediction method and contains a library \
                    of prediction algorithms to be used in the super-learner
long_description    {*}${description}
homepage            https://github.com/ecpolley/SuperLearner
checksums           rmd160  6fda7fe9d5e355de3bdaae29d2d87385c98c193f \
                    sha256  3f7af5bd2d077369aa2c4a157face7f2dc664984bd059fd76ca65b33cc981f92 \
                    size    513501
supported_archs     noarch

depends_lib-append  port:R-cvAUC \
                    port:R-gam \
                    port:R-nnls
