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
24 lines
912 B
Tcl
24 lines
912 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran stephens999 ashr 2.2-63
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Methods for adaptive shrinkage, using Empirical Bayes
|
|
long_description {*}${description}
|
|
checksums rmd160 ce3fb8ebb65d6823fe17d104ff140dae2b68328e \
|
|
sha256 7fa1957ed3cf0f1f20939b6ebf71fc04ab983ca77616f7b80ce9e9e6fad457c9 \
|
|
size 935117
|
|
|
|
depends_lib-append port:R-etrunct \
|
|
port:R-invgamma \
|
|
port:R-mixsqp \
|
|
port:R-Rcpp \
|
|
port:R-SQUAREM \
|
|
port:R-truncnorm
|