# -*- 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

# Revert to GitHub once updated there.
R.setup             cran FabianObster sgboost 0.2.0 v
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Sparse-Group Boosting
long_description    Sparse-group boosting to be used in conjunction \
                    with the R-mboost for modelling grouped data.
checksums           rmd160  57b0c674e6499ea90cff1dfa8bb5e4f1207a188f \
                    sha256  eb78e81f719350b63f23f167fd2b1cafb3ad388396b59b7a3a5969cde57f277d \
                    size    107153
# github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-ggforce \
                    port:R-ggplot2 \
                    port:R-mboost \
                    port:R-rlang \
                    port:R-stringr \
                    port:R-tibble

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
