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
30 lines
997 B
Tcl
30 lines
997 B
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 cran cran RMSS 1.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Robust Multi-Model Subset Selection
|
|
long_description {*}${description}
|
|
checksums rmd160 b6527a0de469b8a10075f795c73bf92ffba375c6 \
|
|
sha256 6332aa1426c025b8570918fb757aeb871477931724ffab53d4b98fec8d3015a2 \
|
|
size 58964
|
|
|
|
depends_lib-append port:R-cellWise \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-robStepSplitReg \
|
|
port:R-robustbase \
|
|
port:R-srlars
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-mvnfast \
|
|
port:R-testthat
|
|
|
|
test.run yes
|