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
28 lines
1.1 KiB
Tcl
28 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 cran ebreg 0.1.3
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Implementation of the Empirical Bayes method
|
|
long_description Implements a Bayesian-like approach to the high-dimensional sparse linear regression problem \
|
|
based on an empirical or data-dependent prior distribution, which can be used \
|
|
for estimation/inference on the model parameters, variable selection and prediction of a future response.
|
|
checksums rmd160 d605a647fb4f120163103a164bdb99948fca748d \
|
|
sha256 9ffb303a1d87114e851f9f31da18e5ea545862697548fa606d1396269d4a3af7 \
|
|
size 160733
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-lars \
|
|
port:R-Rdpack
|
|
|
|
depends_test-append port:R-roxygen2 \
|
|
port:R-testthat
|
|
|
|
test.run yes
|