# -*- 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 cran KRMM 1.0
revision            1
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Kernel Ridge Mixed Model
long_description    {*}${description}
checksums           rmd160  772a91681d6c48a99fe25334fc7e5c6ed2a17563 \
                    sha256  332fde5112611497faa7797d846c6e47f935b863f9782bbb05a253c27286bf73 \
                    size    9520
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-cvTools \
                    port:R-kernlab \
                    port:R-robustbase

test.run            yes
