# -*- 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 topepo sparsediscrim 0.3.0
revision            2
categories-append   math
maintainers         nomaintainer
license             MIT
description         Sparse and regularized discriminant analysis
long_description    {*}${description}
homepage            https://topepo.github.io/sparsediscrim
checksums           rmd160  31b77fef32b0ef8aae03658f98903b5620e5598f \
                    sha256  5949d8c80ef8d2462bee478b87f03bc1fe25e1d8cfd3d3cc5fc587af469cfbbb \
                    size    146769
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-bdsmatrix \
                    port:R-corpcor \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-mvtnorm \
                    port:R-rlang

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

test.run            yes
