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
22 lines
788 B
Tcl
22 lines
788 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 basad 0.3.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Bayesian variable selection with shrinking and diffusing priors
|
|
long_description {*}${description}
|
|
checksums rmd160 6728857b1ccbeb6f042e5835f34b3c873a7d6650 \
|
|
sha256 39da0dc4061d7a3d62aa8a01147dcc7946dde26e402abd9b0fb8efc5e1751f3d \
|
|
size 14624
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-rmutil
|
|
|
|
test.run yes
|