mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 cran hofnerb stabs 0.6-4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Stability selection with error control
|
|
long_description {*}${description}
|
|
checksums rmd160 405320f22e0c3c7ab6eae04d2ac6a5d8f5f13f69 \
|
|
sha256 f8507337789f668e421a6ee7b11dd5ea331bf8bff0f9702dd1b93f46c2f3c1d9 \
|
|
size 90611
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-gamboostLSS \
|
|
port:R-glmnet \
|
|
port:R-hdi \
|
|
port:R-knitr \
|
|
port:R-lars \
|
|
port:R-mboost \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-TH.data
|
|
|
|
# Despite declared dependency on R-testthat, there are no specific tests.
|
|
test.run yes
|