forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a20992b
commit 53b70fd
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# -*- 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 {@barracuda156 gmail.com:vital.had} 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 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 |