# -*- 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 wurm ordinalNet 2.13
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Penalized ordinal regression
long_description    {*}${description}
checksums           rmd160  3a8f653f08feb2fcec3b3e29236ce491789dfe62 \
                    sha256  e902924cd23cc1e2066278e3f7cf79f0ad27bac82bf2b7f722f686a07a7e2548 \
                    size    32461
# Yes, CRAN lies: there is no compiled code here.
supported_archs     noarch

depends_test-append port:R-glmnet \
                    port:R-penalized \
                    port:R-rms \
                    port:R-testthat \
                    port:R-VGAM

test.run            yes
