mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
901 B
Tcl
27 lines
901 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 bestglm 0.37.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Best subset GLM and regression utilities
|
|
long_description {*}${description}
|
|
checksums rmd160 8de33e0b03c799d42bdb58b9f0bddd097c104647 \
|
|
sha256 ca038764c9393a1955456e3666f2cafe56836d0c787b7373f79e53884af2ccfe \
|
|
size 856711
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-glmnet \
|
|
port:R-grpreg \
|
|
port:R-leaps \
|
|
port:R-pls
|
|
|
|
depends_test-append port:R-caret
|
|
|
|
test.run yes
|