Skip to content

Commit

Permalink
R-joinet: update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 28, 2024
1 parent 3428d46 commit 00655ef
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 7 deletions.
19 changes: 19 additions & 0 deletions R/R-MRCE/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- 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 arothman MRCE 2.4
revision 0
categories-append math
maintainers nomaintainer
license GPL-2
description Multivariate Regression with Covariance Estimation
long_description {*}${description}
checksums rmd160 5979ae5b3309493dabc3df35a9b38281240514b6 \
sha256 0cab354bd4151138c11579a42d15e5f283c79e31a9e5280ba3f7ae60eb87ad48 \
size 13040

depends_lib-append port:R-glasso

test.run yes
27 changes: 27 additions & 0 deletions R/R-MTPS/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# -*- 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 sfulxing MTPS 1.0.2
revision 0
categories-append math
platforms {darwin any}
maintainers nomaintainer
license GPL-2+
description Multi-task prediction using stacking algorithms
long_description {*}${description}
checksums rmd160 4f195d1e55b3f0bdd6f647b4ae915c15e49e4028 \
sha256 6878fc50ca193d6fb5d7a392e04db84506eca52d3bea5dc7053a43aef90e682f \
size 192353
supported_archs noarch

depends_lib-append port:R-e1071 \
port:R-glmnet

depends_test-append port:R-ggplot2 \
port:R-knitr \
port:R-reshape2 \
port:R-rmarkdown

test.run yes
20 changes: 20 additions & 0 deletions R/R-MultivariateRandomForest/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- 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 razeeebuet MultivariateRandomForest 1.1.5
revision 0
categories-append math
maintainers nomaintainer
license GPL-2+
description Models multivariate cases using random forests
long_description {*}${description}
checksums rmd160 ff8c294b6f19dfd3456fa005cb9907791cfe0d8e \
sha256 0dcdab886baf4edacf73ff2c6886acf44e8002343a39c1ebf651650c43279c57 \
size 11663

depends_lib-append port:R-bootstrap \
port:R-Rcpp

test.run yes
19 changes: 19 additions & 0 deletions R/R-SiER/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- 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 rluo SiER 0.1.0
revision 0
platforms {darwin any}
maintainers nomaintainer
license GPL-2
description Signal extraction approach for sparse multivariate \
response regression
long_description {*}${description}
checksums rmd160 a502ee8752a673128c6bd812c822c248393a1501 \
sha256 1e741126c53f4850b9337ae386a75859e7d55e62bf69cab60ddf7c30a0dde6d9 \
size 7606
supported_archs noarch

test.run yes
17 changes: 10 additions & 7 deletions R/R-joinet/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,32 @@
PortSystem 1.0
PortGroup R 1.0

R.setup cran rauschenberger joinet 0.0.10
revision 1
R.setup cran rauschenberger joinet 1.0.0
revision 0
categories-append math
platforms {darwin any}
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
license GPL-3
description Multivariate elastic net regression
long_description {*}${description}
homepage https://rauschenberger.github.io/joinet
checksums rmd160 575db1ef0c5eaceb326c476358b1085fa1ad5ace \
sha256 65ca19c3d2a8cd8170ea00237ccf434ee3631924604a8d9b6b3f75f1760e5dca \
size 75346
checksums rmd160 932751895b4b029dde87623d24c2adb3acee1644 \
sha256 f92952fa3fa1209e18fe24264f60e4635c87d835f77086a4fb176359bd2c48e4 \
size 65509
supported_archs noarch
platforms {darwin any}

depends_lib-append port:R-cornet \
port:R-glmnet \
port:R-palasso

# Packages in Enhances category are optional:
depends_test-append port:R-earth \
port:R-GPM \
port:R-knitr \
port:R-mcen \
port:R-mice \
port:R-MRCE \
port:R-MTPS \
port:R-MultivariateRandomForest \
port:R-remMap \
port:R-rmarkdown \
port:R-RMTL \
Expand Down

0 comments on commit 00655ef

Please sign in to comment.