mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
35 lines
1.2 KiB
Tcl
35 lines
1.2 KiB
Tcl
# -*- 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 github FabianObster sgboost 0.1.3 v
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
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 94636ff75dfde2bcbf07485efefbc332d4d78d59 \
|
|
sha256 1c69978313553217f880d447d69c992b30a8c4e40221cda700db4bb946d91aa2 \
|
|
size 47139
|
|
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
|